Преглед на файлове

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

liujt преди 2 месеца
родител
ревизия
97495a8fc6
променени са 2 файла, в които са добавени 20 реда и са изтрити 0 реда
  1. 10 0
      pages/home/wt/components/purchaseOrder/taskForm.vue
  2. 10 0
      pages/home/wt/components/salesOrder/taskForm.vue

+ 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',