Browse Source

库存初始化模块筛选修复

master_hella_20240701
宋国强 9 months ago
parent
commit
0b3eff0f4f
  1. 20
      src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts
  2. 20
      src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts
  3. 2
      src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts

20
src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts

@ -24,15 +24,15 @@ export const CountadjustRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
isSearch: true isSearch: true
}, },
{ // {
label: '盘点记录单号', // label: '盘点记录单号',
field: 'countRecordNumber', // field: 'countRecordNumber',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
}, // },
isSearch: true // isSearch: true
}, // },
{ {
label: '仓库代码', label: '仓库代码',
field: 'warehouseCode', field: 'warehouseCode',
@ -214,7 +214,7 @@ export const CountadjustRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'available', field: 'available',
dictType: DICT_TYPE.TRUE_FALSE, dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string', dictClass: 'string',
isSearch: true, isSearch: false,
isTable: true, isTable: true,
form: { form: {
component: 'Switch', component: 'Switch',

20
src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts

@ -55,16 +55,16 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([
}, },
}, },
{ // {
label: '申请单号', // label: '申请单号',
field: 'requestNumber', // field: 'requestNumber',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
isSearch: true, // isSearch: true,
isForm: false, // isForm: false,
}, // },
{ {
label: '盘点记录单号', label: '盘点记录单号',
field: 'countRecordNumber', field: 'countRecordNumber',

2
src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRecordMain/inventoryinitRecordMain.data.ts

@ -211,7 +211,7 @@ export const InventoryinitRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
field: 'available', field: 'available',
dictType: DICT_TYPE.TRUE_FALSE, dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string', dictClass: 'string',
isSearch: true, isSearch: false,
isTable: false, isTable: false,
sort: 'custom', sort: 'custom',
table: { table: {

Loading…
Cancel
Save