diff --git a/src/views/bid_document_examination/edit.vue b/src/views/bid_document_examination/edit.vue index 37ef099..60e38d1 100644 --- a/src/views/bid_document_examination/edit.vue +++ b/src/views/bid_document_examination/edit.vue @@ -257,8 +257,6 @@ - - diff --git a/src/views/procurement_contract/edit.vue b/src/views/procurement_contract/edit.vue index 6af39a4..706cb87 100644 --- a/src/views/procurement_contract/edit.vue +++ b/src/views/procurement_contract/edit.vue @@ -101,7 +101,19 @@ - + + + + +
+ 选择项目MRP缺口 + 选择订单MRP缺口 + 添加产品 + 下载导入表 + + 导入产品 +
+
采购合同明细
@@ -212,6 +224,9 @@ + + +
@@ -220,7 +235,7 @@ import type { FormInstance } from 'element-plus' import Popup from '@/components/popup/index.vue' import projectTable from '@/components/project/index.vue' import suppliertable from '@/components/supplier/index.vue' - +import prodctTable from '@/components/product/index.vue' const list1 = reactive([]) const list2 = reactive([]) import { deptAll } from '@/api/org/department' @@ -240,6 +255,7 @@ const popupRef = shallowRef>() const mode = ref('add') const showDialog = ref(false) const showDialog1 = ref(false) +const showDialog2 = ref(false) const project_name = ref('') const project_code = ref('') const supplier_name = ref('') @@ -372,6 +388,9 @@ const customEvent1 = (e: any) => { supplier_name.value = e.supplier_name showDialog1.value = false; }; +const customEvent2 = (e: any) => { + showDialog2.value = false; +} // 表单验证 const formRules = reactive({ diff --git a/src/views/quotation/index.vue b/src/views/quotation/index.vue index 790b021..125f28b 100644 --- a/src/views/quotation/index.vue +++ b/src/views/quotation/index.vue @@ -2,8 +2,8 @@
- - + + @@ -95,7 +95,7 @@ const customerList = ref([]) // 查询条件 const queryParams = reactive({ - customer_id: '', + custom_id: '', code: '', create_user: '', invoice_type: ''