修改质量检验页面注释

master
LAPTOP-R6EHHS26\86155 1 year ago
parent 0c8d4bcef9
commit 423639c098

@ -99,7 +99,7 @@
</div> </div>
<div class="item1" style="color: #000"> <div class="item1" style="color: #000">
<!-- <div class="item1">检查结果: {{ item.itemMethod }}</div> --> <!-- <div class="item1">检查结果: {{ item.itemMethod }}</div> -->
<jPicker style="border: 1px solid #ffffff; color: #000" :moren="moren3" @bindpicker="selectProductlocCode2(index, $event)" showKey="label" valKey="value" :val="item.defectCode" :options="model.selectList" /> <jPicker style="border: 1px solid #ffffff; color: #000" :moren="moren3" @bindpicker="selectProductlocCode2(index, $event)" showKey="label" valKey="value" :val="item.defectCode" :options="model.locList1" />
<u-input placeholder="请输入不合格数量" style="background: #fafafa; border: 1px dashed #e2e2e2; margin-top: 10px" :border="true" v-model="item.defectQuality" type="number" :focus="isfocus" /> <u-input placeholder="请输入不合格数量" style="background: #fafafa; border: 1px dashed #e2e2e2; margin-top: 10px" :border="true" v-model="item.defectQuality" type="number" :focus="isfocus" />
</div> </div>
<div class="item1 item2" v-if="item.propertyCode == '1'"> <div class="item1 item2" v-if="item.propertyCode == '1'">
@ -602,21 +602,21 @@ export default class PurchaseWHSRM extends BasePage {
incomeBatchNo: incomeBatchNo, incomeBatchNo: incomeBatchNo,
}; };
console.log(query); console.log(query);
// await this.model.commitCheckTaskList(query); await this.model.commitCheckTaskList(query);
// if (this.model.SubmitCode.code == '200') { if (this.model.SubmitCode.code == '200') {
// (this.$refs.uToast as any).show({ (this.$refs.uToast as any).show({
// title: '', title: '成功',
// type: 'default', type: 'default',
// }); });
// this.show = false; this.show = false;
// this.getlist(); this.getlist();
// this.clear(); this.clear();
// } else { } else {
// (this.$refs.uToast as any).show({ (this.$refs.uToast as any).show({
// title: '', title: '失败',
// type: 'default', type: 'default',
// }); });
// } }
} }
clear() { clear() {
this.formdata.sampleQuality = null; this.formdata.sampleQuality = null;

Loading…
Cancel
Save