Browse Source

收货记录统一修改筛选条件

intex_onlin20250418
叶佳兴 2 months ago
parent
commit
82aae3ce75
  1. 52
      src/views/wms/purchasereceiptManage/amvpurchasereceipt/amvPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts
  2. 52
      src/views/wms/purchasereceiptManage/bspurchasereceipt/bsPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts
  3. 52
      src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts
  4. 52
      src/views/wms/purchasereceiptManage/jispurchasereceipt/jisPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts
  5. 74
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts
  6. 52
      src/views/wms/purchasereceiptManage/toolpurchasereceipt/toolPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

52
src/views/wms/purchasereceiptManage/amvpurchasereceipt/amvPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -868,32 +868,32 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
isForm:false, isForm:false,
sortTableDefault:16, sortTableDefault:16,
}, },
{ // {
label: '供应商发货数量', // label: '供应商发货数量',
field: 'supplierQty', // field: 'supplierQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
}, // },
sortTableDefault:24, // sortTableDefault:24,
hiddenInMain:true // hiddenInMain:true
}, // },
{ // {
label: '供应商计量单位', // label: '供应商计量单位',
field: 'supplierUom', // field: 'supplierUom',
dictType: DICT_TYPE.UOM, // dictType: DICT_TYPE.UOM,
dictClass: 'string', // dictClass: 'string',
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:24, // sortTableDefault:24,
hiddenInMain:true // hiddenInMain:true
}, // },
{ {
label: '库存状态', label: '库存状态',

52
src/views/wms/purchasereceiptManage/bspurchasereceipt/bsPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -858,32 +858,32 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
isForm:false, isForm:false,
sortTableDefault:16, sortTableDefault:16,
}, },
{ // {
label: '供应商发货数量', // label: '供应商发货数量',
field: 'supplierQty', // field: 'supplierQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
}, // },
sortTableDefault:24, // sortTableDefault:24,
hiddenInMain:true // hiddenInMain:true
}, // },
{ // {
label: '供应商计量单位', // label: '供应商计量单位',
field: 'supplierUom', // field: 'supplierUom',
dictType: DICT_TYPE.UOM, // dictType: DICT_TYPE.UOM,
dictClass: 'string', // dictClass: 'string',
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:24, // sortTableDefault:24,
hiddenInMain:true // hiddenInMain:true
}, // },
{ {
label: '库存状态', label: '库存状态',

52
src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -860,32 +860,32 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
isForm:false, isForm:false,
sortTableDefault:16, sortTableDefault:16,
}, },
{ // {
label: '供应商发货数量', // label: '供应商发货数量',
field: 'supplierQty', // field: 'supplierQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
}, // },
sortTableDefault:24, // sortTableDefault:24,
hiddenInMain:true // hiddenInMain:true
}, // },
{ // {
label: '供应商计量单位', // label: '供应商计量单位',
field: 'supplierUom', // field: 'supplierUom',
dictType: DICT_TYPE.UOM, // dictType: DICT_TYPE.UOM,
dictClass: 'string', // dictClass: 'string',
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:24, // sortTableDefault:24,
hiddenInMain:true // hiddenInMain:true
}, // },
{ {
label: '库存状态', label: '库存状态',

52
src/views/wms/purchasereceiptManage/jispurchasereceipt/jisPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -858,32 +858,32 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
isForm:false, isForm:false,
sortTableDefault:16, sortTableDefault:16,
}, },
{ // {
label: '供应商发货数量', // label: '供应商发货数量',
field: 'supplierQty', // field: 'supplierQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
}, // },
sortTableDefault:24, // sortTableDefault:24,
hiddenInMain:true // hiddenInMain:true
}, // },
{ // {
label: '供应商计量单位', // label: '供应商计量单位',
field: 'supplierUom', // field: 'supplierUom',
dictType: DICT_TYPE.UOM, // dictType: DICT_TYPE.UOM,
dictClass: 'string', // dictClass: 'string',
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:24, // sortTableDefault:24,
hiddenInMain:true // hiddenInMain:true
}, // },
{ {
label: '库存状态', label: '库存状态',

74
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -1553,43 +1553,43 @@ export const PurchasereceiptRecordDetailPackingNumber = useCrudSchemas(reactive<
} }
}, },
{ // {
label: '供应商计量数量', // label: '供应商计量数量',
field: 'supplierQty', // field: 'supplierQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
componentProps: { // componentProps: {
disabled:true // disabled:true
} // }
}, // },
tableForm: { // tableForm: {
disabled: true, // disabled: true,
} // }
}, // },
{ // {
label: '供应商计量单位', // label: '供应商计量单位',
field: 'supplierUom', // field: 'supplierUom',
dictType: DICT_TYPE.UOM, // dictType: DICT_TYPE.UOM,
dictClass: 'string', // dictClass: 'string',
isSearch: true, // isSearch: true,
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
componentProps: { // componentProps: {
disabled:true // disabled:true
} // }
}, // },
tableForm: { // tableForm: {
disabled: true, // disabled: true,
} // }
}, // },
{ {
label: '库存状态', label: '库存状态',
field: 'inventoryStatus', field: 'inventoryStatus',

52
src/views/wms/purchasereceiptManage/toolpurchasereceipt/toolPurchasereceiptRecordMain/purchasereceiptRecordMain.data.ts

@ -870,32 +870,32 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>
isForm:false, isForm:false,
sortTableDefault:16, sortTableDefault:16,
}, },
{ // {
label: '供应商发货数量', // label: '供应商发货数量',
field: 'supplierQty', // field: 'supplierQty',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
}, // },
sortTableDefault:24, // sortTableDefault:24,
hiddenInMain:true // hiddenInMain:true
}, // },
{ // {
label: '供应商计量单位', // label: '供应商计量单位',
field: 'supplierUom', // field: 'supplierUom',
dictType: DICT_TYPE.UOM, // dictType: DICT_TYPE.UOM,
dictClass: 'string', // dictClass: 'string',
isTable: true, // isTable: true,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
sortTableDefault:24, // sortTableDefault:24,
hiddenInMain:true // hiddenInMain:true
}, // },
{ {
label: '库存状态', label: '库存状态',

Loading…
Cancel
Save