|
|
|
@ -134,6 +134,9 @@
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- remark:不合格描述 -->
|
|
|
|
|
<div class="item1">不合格描述:</div>
|
|
|
|
|
<u-input style="background: #fafafa; border: 1px dashed #e2e2e2; padding: 10px 5px" v-model="item.remark" placeholder="" type="textarea" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- sampleQuality:抽样数量
|
|
|
|
@ -552,6 +555,7 @@ export default class PurchaseWHSRM extends BasePage {
|
|
|
|
|
});
|
|
|
|
|
this.show = false;
|
|
|
|
|
this.getlist();
|
|
|
|
|
this.clear();
|
|
|
|
|
} else {
|
|
|
|
|
(this.$refs.uToast as any).show({
|
|
|
|
|
title: '失败',
|
|
|
|
@ -560,6 +564,9 @@ export default class PurchaseWHSRM extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
//await this.model.OnSubmit(this.form3.barCodewl);
|
|
|
|
|
}
|
|
|
|
|
clear() {
|
|
|
|
|
this.formdata.sampleQuality = null;
|
|
|
|
|
}
|
|
|
|
|
confirmselect(e) {
|
|
|
|
|
console.log(e);
|
|
|
|
|
console.log(this.equipmentindex, this.tagslist);
|
|
|
|
|