fix:采购入库检验调整
This commit is contained in:
parent
251a96d083
commit
0ffabc4438
|
@ -885,8 +885,8 @@
|
|||
<el-col>缺陷项</el-col>
|
||||
<el-col v-for="item in qct_defects" :key="item.id" :md="12" :sm="24">
|
||||
<el-form-item :label="item.defect_name">
|
||||
<span v-if="form[item.defect_name]">是</span>
|
||||
<span v-else>否</span>
|
||||
<span v-if="form[item.defect_name]" style="background: red;width: 10px;height: 10px;border-radius: 5px;"></span>
|
||||
<span v-else style="background: green;width: 10px;height: 10px;border-radius: 5px;"></span>
|
||||
<!-- <el-input v-model="form[item.defect_name]" class="width-100"></el-input> -->
|
||||
<span v-if="item.note!==null&&item.note!==''" style="font-size: 12px; color: #a9a7a7;">({{ item.note }})</span>
|
||||
</el-form-item>
|
||||
|
@ -997,7 +997,8 @@ export default {
|
|||
that.project_code = config_base.base_code;
|
||||
that.getUserList();
|
||||
if(that.project_code=='bxerp'){
|
||||
that.wproductId = that.objitem.wproducts[0].id;
|
||||
that.wproductId = that.objitem.mioitemw[0].wpr;
|
||||
// that.wproductId = that.objitem.wproducts[0].id;
|
||||
this.getQctDetail();
|
||||
}else{
|
||||
if (that.type == "pur_in") {
|
||||
|
|
Loading…
Reference in New Issue