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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save