{{ scope.row.供货商 }}
@@ -296,7 +296,7 @@
{
this.tableData11 = response.data.rows
this.total11 = response.data.total
+ const remark = []
+ const supplier = []
+ this.remarkFilters = []
+ this.supplierFilters = []
+ response.data.rows.map(v => {
+ if (!remark.includes(v.备注)) {
+ remark.push(v.备注)
+ supplier.push(v.供货商)
+ this.remarkFilters.push({ text: v.备注, value: v.备注 })
+ this.supplierFilters.push({ text: v.供货商, value: v.供货商 })
+ }
+ })
})
},
handleSizeChange11(val) { // 标准件和外购件列表分页
@@ -1062,6 +1078,18 @@ export default {
searchPart(this.pageCurrent12, this.pageSize12, this.materialStatusValue[this.materialStatusValue.length - 1], check1, this.partNum, check2, this.partName, check3, this.partSpec, this.id, check4, this.projectValue, check5, this.machineValue, check6, this.groupValue).then(response => {
this.tableData12 = response.data.rows
this.total12 = response.data.total
+ const remark = []
+ const supplier = []
+ this.remarkFilters = []
+ this.supplierFilters = []
+ response.data.rows.map(v => {
+ if (!remark.includes(v.备注)) {
+ remark.push(v.备注)
+ supplier.push(v.供货商)
+ this.remarkFilters.push({ text: v.备注, value: v.备注 })
+ this.supplierFilters.push({ text: v.供货商, value: v.供货商 })
+ }
+ })
})
},
handleSizeChange12(val) { // 基本件列表分页
diff --git a/src/views/PurchasingCenter/CreatePurchaseContract/index.vue b/src/views/PurchasingCenter/CreatePurchaseContract/index.vue
index a19f135c..9cd7e562 100644
--- a/src/views/PurchasingCenter/CreatePurchaseContract/index.vue
+++ b/src/views/PurchasingCenter/CreatePurchaseContract/index.vue
@@ -3,6 +3,17 @@
+
+
+
+
+
+
+
@@ -14,11 +25,6 @@
-
-
-
-
-
@@ -129,6 +135,9 @@
+
+
+
①选择合同模板:
@@ -156,7 +165,7 @@