南骏 池
2025-05-27 764167955f25ee3025dada080cafbfb6a6cb0fb8
1.首检巡检不合格描述优化
已修改5个文件
33 ■■■■ 文件已修改
H5/IPQC_SJ/Add.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/IPQC_XJ/Add.aspx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/IPQC_SJ/Add.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/IPQC_XJ/Add.js 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/QcPrint.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/IPQC_SJ/Add.aspx
@@ -357,5 +357,5 @@
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="../Js/IPQC_SJ/Add.js?<%=11111211114 %>"></script>
 <script src="../Js/IPQC_SJ/Add.js?<%=111112111141 %>"></script>
</asp:Content>
H5/IPQC_XJ/Add.aspx
@@ -80,7 +80,7 @@
                  </div>
                </template>
              </van-field>--%>
              <van-field label="指令工单" colon="true" v-model="formData.lotNo" readonly ></van-field>
              <van-field label="指令工单" colon="true" v-model="formData.lotNo" @keyup.enter.native="createByWomdaa" ></van-field>
<%--              <van-field label="创建时间" colon="true" v-model="formData.createDate" readonly ></van-field>
              <van-field label="创建人" colon="true" v-model="formData.createBy" readonly ></van-field>--%>
              <van-field label="物料编码" colon="true" v-model="formData.itemNo" readonly ></van-field>
@@ -337,5 +337,5 @@
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="../Js/IPQC_XJ/Add.js?<%=11111 %>"></script>
 <script src="../Js/IPQC_XJ/Add.js?<%=11111111 %>"></script>
</asp:Content>
H5/Js/IPQC_SJ/Add.js
@@ -198,7 +198,7 @@
                    let data = res.data.tbBillList[0];
                    if (data) {
                        that.formData = data;
                        that.remarks = that.formData.fngDesc;
                        that.remarks = that.formData.fnGDesc;
                        that.AxiosHttp("post", 'Ipqc/getJYItem', {
                            //id: that.formData.guid,
                            releaseNo: that.formData.releaseNo
@@ -233,7 +233,7 @@
        submit() {
            var that = this;
            that.ttrre = true;
            that.AxiosHttp("post", 'MesQaItemsDetect01Manager/EditModelSubmit', {
            that.AxiosHttp("post", 'FqcManager/EditModelSubmit', {
                guid: that.formData.guid
            }, true, 1).then(function (res1) {
                if (res1.rtnData.outSum == 1) {
H5/Js/IPQC_XJ/Add.js
@@ -158,6 +158,23 @@
            console.log(this.tabActive)
            this.togglePopup(this.tabActive);
        },
        //生成检验单
        createByWomdaa() {
            const that = this;
            var guid1 = that.formData.guid;//主表id
            return that.AxiosHttp("post", 'Ipqc/createByWomdaa', {
                inOrderGuid1: guid1,
                userAccount: that.userInfo.loginAccount,
                DAA001: that.formData.lotNo
            }, false).then(res1 => {
                that.init();
            }).catch(error => {
                that.$toast.fail("网络错误,请重试!");
                console.error('Refresh error:', error);
            });
        },
        //检验明细刷新
        refreshJYItem() {
            const that = this;
@@ -187,7 +204,7 @@
                    let data = res.data.tbBillList[0];
                    if (data) {
                        that.formData = data;
                        that.remarks = that.formData.fngDesc;
                        that.remarks = that.formData.fnGDesc;
                        that.AxiosHttp("post", 'LLJ/getJYItem', {
                            //id: that.formData.guid,
                            releaseNo: that.formData.releaseNo
@@ -222,7 +239,7 @@
        submit() {
            var that = this;
            that.ttrre = true;
            that.AxiosHttp("post", 'MesQaItemsDetect01Manager/EditModelSubmit', {
            that.AxiosHttp("post", 'FqcManager/EditModelSubmit', {
                guid: that.formData.guid
            }, true, 1).then(function (res1) {
                if (res1.rtnData.outSum == 1) {
H5/Js/QcPrint.js
@@ -109,7 +109,7 @@
                that.$refs.num.focus();
            }
        },
        getSectionCode() {
        printBeginBar() {
            var that = this;
            if (!that.sectionCode) {