Browse Source

修复库存搜索

hcf 1 year ago
parent
commit
29480e7a64
2 changed files with 8 additions and 8 deletions
  1. 7 7
      src/views/audit/sku/index.vue
  2. 1 1
      src/views/audit/store/index.vue

+ 7 - 7
src/views/audit/sku/index.vue

@@ -259,25 +259,25 @@
 						},
 						{
 							span: 6,
-							label: '财务编号',
-							prop: 'accountingCode',
+							label: '69码-商品条码',
+							prop: 'barCode',
+							labelWidth: '130px',
 							component: 'by-input',
 							compConfig: {
 								attr: {
-									placeholder: '请输入财务编号',
+									placeholder: '69码-商品条码',
 									clearable: true
 								}
 							}
 						},
 						{
 							span: 6,
-							label: '69码-商品条码',
-							prop: 'barCode',
-							labelWidth: '110px',
+							label: '财务编号',
+							prop: 'accountingCode',
 							component: 'by-input',
 							compConfig: {
 								attr: {
-									placeholder: '69码-商品条码',
+									placeholder: '请输入财务编号',
 									clearable: true
 								}
 							}

+ 1 - 1
src/views/audit/store/index.vue

@@ -132,7 +132,7 @@
 					{
 						// width: '140px',
 						title: '财务编号',
-						field: 'accountingCode',
+						field: 'financialCode',
 					}
 
 				]