Browse Source

显示顺序:单据号、申请单号、任务单号

linshi20240813
zhang_li 1 month ago
parent
commit
328d5ed74a
  1. 1
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts
  2. 2
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/purchasereturnJobMain.data.ts
  3. 5
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts
  4. 2
      src/views/wms/purchasereceiptManage/putaway/putawayJobMain/putawayJobMain.data.ts
  5. 4
      src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts
  6. 1
      src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptJobMain/sparereceiptJobMain.data.ts

1
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts

@ -52,7 +52,6 @@ export const PurchasereceiptJobMain = useCrudSchemas(
label: '供应商代码', label: '供应商代码',
field: 'supplierCode', field: 'supplierCode',
sort: 'custom', sort: 'custom',
sortTableDefault: 1,
table: { table: {
width: 150 width: 150
}, },

2
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnJobMain/purchasereturnJobMain.data.ts

@ -27,7 +27,7 @@ export const PurchasereturnJobMain = useCrudSchemas(
table: { table: {
width: 180 width: 180
}, },
isTable: false sortTableDefault: 1
}, },
{ {
label: '采购收货记录单号', label: '采购收货记录单号',

5
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/purchasereturnRecordMain.data.ts

@ -28,7 +28,7 @@ export const PurchasereturnRecordMain = useCrudSchemas(
table: { table: {
width: 180 width: 180
}, },
isTable: false sortTableDefault: 1
}, },
{ {
label: '任务单号', label: '任务单号',
@ -37,7 +37,8 @@ export const PurchasereturnRecordMain = useCrudSchemas(
table: { table: {
width: 180 width: 180
}, },
isTable: false
sortTableDefault: 1
}, },
{ {
label: '采购收货记录单号', label: '采购收货记录单号',

2
src/views/wms/purchasereceiptManage/putaway/putawayJobMain/putawayJobMain.data.ts

@ -23,7 +23,7 @@ export const PutawayJobMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
isTable: false, sortTableDefault: 1,
}, },
{ {
label: '供应商代码', label: '供应商代码',

4
src/views/wms/purchasereceiptManage/putaway/putawayRecordMain/putawayRecordMain.data.ts

@ -23,7 +23,7 @@ export const PutawayRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
isTable: false, sortTableDefault: 1,
}, },
{ {
label: '任务单号', label: '任务单号',
@ -32,7 +32,7 @@ export const PutawayRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 180 width: 180
}, },
isTable: false, sortTableDefault: 1,
}, },
{ {
label: '供应商代码', label: '供应商代码',

1
src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptJobMain/sparereceiptJobMain.data.ts

@ -49,7 +49,6 @@ export const PurchasereceiptJobMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '供应商代码', label: '供应商代码',
field: 'supplierCode', field: 'supplierCode',
sort: 'custom', sort: 'custom',
sortTableDefault:1,
table: { table: {
width: 150 width: 150
}, },

Loading…
Cancel
Save