丽知中台报表更新

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', id: 'backScriptData',
row: 24, row: 24,
disabled: false, disabled: false,
required: true, required: false,
fontSize: 16 fontSize: 16
} }
] ]

View File

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

View File

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