Преглед изворни кода

feat:销售/采购订单审批增加颜色和型号

liujt пре 3 недеља
родитељ
комит
97495a8fc6

+ 10 - 0
pages/home/wt/components/purchaseOrder/taskForm.vue

@@ -206,6 +206,16 @@
 						field: 'specification',
 						label: '规格',
 
+					},
+					{
+						field: 'modelType',
+						label: '型号',
+
+					},
+					{
+						field: 'colorKey',
+						label: '颜色',
+
 					},
 					{
 						field: 'productBrand',

+ 10 - 0
pages/home/wt/components/salesOrder/taskForm.vue

@@ -193,6 +193,16 @@
 						field: 'specification',
 						label: '规格',
 
+					},
+					{
+						field: 'modelType',
+						label: '型号',
+
+					},
+					{
+						field: 'colorKey',
+						label: '颜色',
+
 					},
 					{
 						field: 'brandNo',