|
@@ -41,7 +41,7 @@
|
|
|
</el-col>
|
|
|
|
|
|
<el-col :span="1.5">
|
|
|
- <el-form-item label="需求客户" prop="customer" :rules="{ required: true, message: '请选择需求客户', trigger: 'blur' }">
|
|
|
+ <el-form-item label="需求客户">
|
|
|
<el-select clearable size="small" v-model="basicForm.customer" :disabled="sonDisable" @clear="cleanCustomer" @focus="chooseOrg('CUSTOMER_PARAM', true, '选择客户')" style="width: 200px">
|
|
|
<el-option v-for="item in customerOptions" :key="item.id" :label="item.name" :value="item.id" />
|
|
|
</el-select>
|
|
@@ -985,6 +985,8 @@ export default {
|
|
|
// 物料存储条件和运输条件
|
|
|
this.basicForm.puDemandItemList[this.tableIndex].transportationCondition = selection[0].transportationCondition
|
|
|
this.basicForm.puDemandItemList[this.tableIndex].storageCondition = selection[0].storageCondition
|
|
|
+ // 选中骨科耗材时候的物料,需求客户不必填
|
|
|
+
|
|
|
},
|
|
|
// 明细行选择业务部门参照带出业务部门数据
|
|
|
chooseDept(index, type, isPage, title) {
|