|
@@ -6,11 +6,6 @@
|
|
|
<div style="width: 100%">
|
|
|
<el-row>
|
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="采购合同" prop="purchaseId" style="width: 100%; margin-bottom: 18px" @change="changePurchase()">
|
|
|
- <el-select v-model="formData.data.purchaseId" placeholder="请选择采购合同" clearable style="width: 100%">
|
|
|
- <!-- <el-option v-for="item in departmentList" :key="item.dictKey" :label="item.dictValue" :value="item.dictKey" /> -->
|
|
|
- </el-select>
|
|
|
- </el-form-item>
|
|
|
<el-form-item label="事业部" prop="departmentId" style="width: 100%; margin-bottom: 18px">
|
|
|
<el-select v-model="formData.data.departmentId" placeholder="请选择事业部" clearable style="width: 100%">
|
|
|
<el-option v-for="item in departmentList" :key="item.dictKey" :label="item.dictValue" :value="item.dictKey" />
|
|
@@ -171,9 +166,6 @@ const getDemandData = () => {
|
|
|
});
|
|
|
};
|
|
|
getDemandData();
|
|
|
-const changePurchase = () => {
|
|
|
- formData.data.inOutStorageBomList = [];
|
|
|
-};
|
|
|
const openBOM = ref(false);
|
|
|
const clickAddBOM = () => {
|
|
|
openBOM.value = true;
|