Browse Source

修改标签中的打印人,打印时间,打印次数,隐藏掉

intex_online20241216
叶佳兴 2 months ago
parent
commit
ec0b1173be
  1. 12
      src/views/wms/basicDataManage/itemManage/itembasic/itembasic.data.ts
  2. 14
      src/views/wms/basicDataManage/itemManage/itempackage/itempackage.data.ts
  3. 98
      src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts
  4. 98
      src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts
  5. 98
      src/views/wms/basicDataManage/labelManage/purchasePackage/purchasePackage.data.ts
  6. 98
      src/views/wms/basicDataManage/labelManage/utensilPackage/utensilPackage.data.ts

12
src/views/wms/basicDataManage/itemManage/itembasic/itembasic.data.ts

@ -352,6 +352,15 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([
width: 180 width: 180
}, },
}, },
{
label: 'ERP默认收货库位',
field: 'defaultErpLocationCode',
sort: 'custom',
isTable: true,
table: {
width: 100
} ,
},
{ {
label: '创建者', label: '创建者',
field: 'creator', field: 'creator',
@ -522,9 +531,6 @@ export const Itembasic = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
{ {
label: '产品类', label: '产品类',
field: 'prodCla', field: 'prodCla',

14
src/views/wms/basicDataManage/itemManage/itempackage/itempackage.data.ts

@ -446,7 +446,7 @@ export const PurchasePackaging = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom', sort: 'custom',
}, },
{ {
label: '替代计量单位', label: '采购计量单位',
field: 'purchaseUom', field: 'purchaseUom',
sort: 'custom', sort: 'custom',
dictType: DICT_TYPE.UOM, dictType: DICT_TYPE.UOM,
@ -458,15 +458,15 @@ export const PurchasePackaging = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
{ {
label: '替代数量', label: '采购数量',
field: 'purchaseQty', field: 'purchaseQty',
sort: 'custom', sort: 'custom',
}, },
// { {
// label: '采购标包数量', label: '采购标包数量',
// field: 'purchaseStdQty', field: 'purchaseStdQty',
// sort: 'custom', sort: 'custom',
// }, },
{ {
label: '转换率', label: '转换率',
field: 'convertRate', field: 'convertRate',

98
src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts

@ -61,55 +61,55 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
width: 380, width: 380,
} }
}, },
{ // {
label: '打印次数', // label: '打印次数',
field: 'printTimes', // field: 'printTimes',
sort: 'custom', // sort: 'custom',
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
componentProps: { // componentProps: {
min: 0 // min: 0
}, // },
value: 0 // value: 0
}, // },
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印时间', // label: '最后打印时间',
field: 'lastPrintTime', // field: 'lastPrintTime',
sort: 'custom', // sort: 'custom',
formatter: dateFormatter, // formatter: dateFormatter,
form: { // form: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
style: {width:'100%'}, // style: {width:'100%'},
type: 'datetime', // type: 'datetime',
dateFormat: 'YYYY-MM-DD HH:mm:ss', // dateFormat: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x', // valueFormat: 'x',
} // }
}, // },
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印人ID', // label: '最后打印人ID',
field: 'lastPrintUserId', // field: 'lastPrintUserId',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印人用户名', // label: '最后打印人用户名',
field: 'lastPrintUserName', // field: 'lastPrintUserName',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 170, // width: 170,
} // }
}, // },
{ {
label: '是否可用', label: '是否可用',
field: 'available', field: 'available',

98
src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts

@ -75,55 +75,55 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
width: 380, width: 380,
} }
}, },
{ // {
label: '打印次数', // label: '打印次数',
field: 'printTimes', // field: 'printTimes',
sort: 'custom', // sort: 'custom',
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
componentProps: { // componentProps: {
min: 0 // min: 0
}, // },
value: 0 // value: 0
}, // },
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印时间', // label: '最后打印时间',
field: 'lastPrintTime', // field: 'lastPrintTime',
sort: 'custom', // sort: 'custom',
formatter: dateFormatter, // formatter: dateFormatter,
form: { // form: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
style: {width:'100%'}, // style: {width:'100%'},
type: 'datetime', // type: 'datetime',
dateFormat: 'YYYY-MM-DD HH:mm:ss', // dateFormat: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x', // valueFormat: 'x',
} // }
}, // },
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印人ID', // label: '最后打印人ID',
field: 'lastPrintUserId', // field: 'lastPrintUserId',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印人用户名', // label: '最后打印人用户名',
field: 'lastPrintUserName', // field: 'lastPrintUserName',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180, // width: 180,
} // }
}, // },
{ {
label: '是否可用', label: '是否可用',
field: 'available', field: 'available',

98
src/views/wms/basicDataManage/labelManage/purchasePackage/purchasePackage.data.ts

@ -98,55 +98,55 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
width: 380, width: 380,
} }
}, },
{ // {
label: '打印次数', // label: '打印次数',
field: 'printTimes', // field: 'printTimes',
sort: 'custom', // sort: 'custom',
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
componentProps: { // componentProps: {
min: 0 // min: 0
}, // },
value: 0 // value: 0
}, // },
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印时间', // label: '最后打印时间',
field: 'lastPrintTime', // field: 'lastPrintTime',
sort: 'custom', // sort: 'custom',
formatter: dateFormatter, // formatter: dateFormatter,
form: { // form: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
style: { width: '100%' }, // style: { width: '100%' },
type: 'datetime', // type: 'datetime',
dateFormat: 'YYYY-MM-DD HH:mm:ss', // dateFormat: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x', // valueFormat: 'x',
} // }
}, // },
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印人ID', // label: '最后打印人ID',
field: 'lastPrintUserId', // field: 'lastPrintUserId',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印人用户名', // label: '最后打印人用户名',
field: 'lastPrintUserName', // field: 'lastPrintUserName',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180, // width: 180,
} // }
}, // },
{ {
label: '是否可用', label: '是否可用',
field: 'available', field: 'available',

98
src/views/wms/basicDataManage/labelManage/utensilPackage/utensilPackage.data.ts

@ -76,55 +76,55 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
width: 380, width: 380,
} }
}, },
{ // {
label: '打印次数', // label: '打印次数',
field: 'printTimes', // field: 'printTimes',
sort: 'custom', // sort: 'custom',
form: { // form: {
component: 'InputNumber', // component: 'InputNumber',
componentProps: { // componentProps: {
min: 0 // min: 0
}, // },
value: 0 // value: 0
}, // },
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印时间', // label: '最后打印时间',
field: 'lastPrintTime', // field: 'lastPrintTime',
sort: 'custom', // sort: 'custom',
formatter: dateFormatter, // formatter: dateFormatter,
form: { // form: {
component: 'DatePicker', // component: 'DatePicker',
componentProps: { // componentProps: {
style: {width:'100%'}, // style: {width:'100%'},
type: 'datetime', // type: 'datetime',
dateFormat: 'YYYY-MM-DD HH:mm:ss', // dateFormat: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'x', // valueFormat: 'x',
} // }
}, // },
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印人ID', // label: '最后打印人ID',
field: 'lastPrintUserId', // field: 'lastPrintUserId',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
} // }
}, // },
{ // {
label: '最后打印人用户名', // label: '最后打印人用户名',
field: 'lastPrintUserName', // field: 'lastPrintUserName',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180, // width: 180,
} // }
}, // },
{ {
label: '是否可用', label: '是否可用',
field: 'available', field: 'available',

Loading…
Cancel
Save