H5/IPQC_SJ/Add.aspx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
H5/Js/IPQC_SJ/Add.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
H5/Xcsl.aspx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
H5/IPQC_SJ/Add.aspx
@@ -218,6 +218,26 @@ <van-tag round plain v-else type="warning">进行中</van-tag> </template> </van-field> <van-field label="认证信息" v-if='jymxData.isrzxx == 1' colon v-model="rzxxValue" placeholder="请输入认证信息" readonly class="wrap-field"> <template #input> <div class="wrap-content">{{ rzxxValue }}</div> </template> <template #button> <van-tag type="primary" style="font-size:15px" @click="updateRzxx()">输入</van-tag> </template> </van-field> <van-dialog v-model="showDialogRzxx" title="认证信息" :show-cancel-button="false" @confirm="rzxxConfirm"> <van-field v-model="rzxxValue" rows="5" autosize type="textarea" maxlength="500" placeholder="请输入认证信息" show-word-limit /> </van-dialog> </template> <template> @@ -337,5 +357,5 @@ <%--<comback ></comback>--%> </asp:Content> <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> <script src="../Js/IPQC_SJ/Add.js?<%=111112111 %>"></script> <script src="../Js/IPQC_SJ/Add.js?<%=11111211114 %>"></script> </asp:Content> H5/Js/IPQC_SJ/Add.js
@@ -40,6 +40,8 @@ okValue: '',//OK-数量 ngValue: '',//NG-数量 showDialog: false,//不良表述输入框 showDialogRzxx: false,//认证信息输入框 rzxxValue: '',//认证信息输入值 //图片上传框 fileList: [ //{ @@ -170,7 +172,7 @@ //检验明细刷新 refreshJYItem() { const that = this; return that.AxiosHttp("post", 'LLJ/getJYItem', { return that.AxiosHttp("post", 'Ipqc/getJYItem', { releaseNo: that.formData.releaseNo }, false).then(res1 => { const tableData = res1.data.tbBillList || []; @@ -197,7 +199,7 @@ if (data) { that.formData = data; that.remarks = that.formData.fngDesc; that.AxiosHttp("post", 'LLJ/getJYItem', { that.AxiosHttp("post", 'Ipqc/getJYItem', { //id: that.formData.guid, releaseNo: that.formData.releaseNo }, false).then(function (res1) { @@ -284,6 +286,10 @@ updateRemarks(guid) { this.showDialog= true }, updateRzxx() { this.showDialogRzxx = true }, deleteDetail13(guid12) { const that = this; var guid1 = that.formData.guid;//主表id @@ -319,6 +325,32 @@ that.isLoading = false; }); }, rzxxConfirm() { var that = this; var guid1 = that.formData.guid;//主表id var mxguid = that.tableData[that.tabActive].guid;//检验项目的guid that.isLoading = true; that.AxiosHttp("post", 'Ipqc/updateIpqcRzxx', { gid: guid1, pid: mxguid, inRzxxValue: that.rzxxValue,//输入的认证信息 }, true, 0).then(function (res) { var json = res; if (json.status == 0) { that.$notify({ type: 'success', message: '输入成功' }); that.refreshJYItem();//刷新检验项目 } else { that.$toast.fail(json.message); } //that.$notify({ type: 'success', message: json.message }); that.isLoading = false; }).catch(function (error) { that.$toast.fail("网络错误,请重试!"); that.inRzxxValue = null; that.isLoading = false; }); }, remarksConfirm() { const that = this; that.isLoading = true; H5/Xcsl.aspx
@@ -143,7 +143,7 @@ </van-row> </van-tab> <van-tab title="未接收列表" class="mySolid font"> <van-tab title="已接收列表" class="mySolid font"> <van-row> <van-col span="5" class="text-left padding-left">条码</van-col> <van-col span="8" class="text-left padding-left">物料</van-col> @@ -179,5 +179,5 @@ </asp:Content> <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> <script src="Js/Xcsl.js?<%=111 %>"></script> <script src="Js/Xcsl.js?<%=1111 %>"></script> </asp:Content>