Browse Source

WMS bug:HL-5665 报废出库任务、记录展示字段重复

hella_online_20240828
gaojs 2 months ago
parent
commit
2deb443346
  1. 16
      src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts
  2. 16
      src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts

16
src/views/wms/inventoryjobManage/scrap/scrapJobMain/scrapJobMain.data.ts

@ -761,14 +761,14 @@ export const ScrapJobMainRules = reactive({
* @returns {Array}
*/
export const ScrapJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '单据号',
field: 'number',
sort: 'custom',
table: {
width: 180
},
},
// {
// label: '单据号',
// field: 'number',
// sort: 'custom',
// table: {
// width: 180
// },
// },
{
label: '物料代码',
field: 'itemCode',

16
src/views/wms/inventoryjobManage/scrap/scrapRecordMain/scrapRecordMain.data.ts

@ -534,14 +534,14 @@ export const ScrapRecordMainRules = reactive({
* @returns {Array}
*/
export const ScrapRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
{
label: '单据号',
field: 'number',
sort: 'custom',
table: {
width: 180
},
},
// {
// label: '单据号',
// field: 'number',
// sort: 'custom',
// table: {
// width: 180
// },
// },
{
label: '物料代码',
field: 'itemCode',

Loading…
Cancel
Save