优化商品列表

This commit is contained in:
季圣华
2023-08-09 22:12:47 +08:00
parent c539e4c982
commit a4be2e0692
2 changed files with 1 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ export const BillListMixin = {
return { return {
/* 原始审核是否开启 */ /* 原始审核是否开启 */
checkFlag: true, checkFlag: true,
prefixNo: '',
supList: [], supList: [],
cusList: [], cusList: [],
retailList: [], retailList: [],

View File

@@ -248,7 +248,7 @@
columns:[], columns:[],
// 默认索引 // 默认索引
defDataIndex:['action','mBarCode','name','standard','model','color','categoryName','materialOther','unit', 'stock', defDataIndex:['action','mBarCode','name','standard','model','color','categoryName','materialOther','unit', 'stock',
'purchaseDecimal','commodityDecimal','wholesaleDecimal','lowDecimal','enabled','enableSerialNumber','enableBatchNumber'], 'purchaseDecimal','commodityDecimal','wholesaleDecimal','lowDecimal','enabled'],
// 默认列 // 默认列
defColumns: [ defColumns: [
{ {