丽知中台报表更新

This commit is contained in:
hyt 2024-10-30 10:31:34 +08:00
parent c958c8d59c
commit 88362bfff8
3 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@ const formRow = [
id: 'backScriptData',
row: 24,
disabled: false,
required: true,
required: false,
fontSize: 16
}
]

View File

@ -279,8 +279,8 @@ export default {
width: 150
},
{
label: '实数量',
prop: 'receivedqty',
label: '实数量',
prop: 'shipQty',
tooltip: true,
width: 150
},

View File

@ -290,8 +290,8 @@ export default {
width: 150
},
{
label: '实数量',
prop: 'receivedqty',
label: '实数量',
prop: 'shipQty',
tooltip: true,
width: 150
},