丽知中台报表更新
This commit is contained in:
parent
c958c8d59c
commit
88362bfff8
|
@ -72,7 +72,7 @@ const formRow = [
|
|||
id: 'backScriptData',
|
||||
row: 24,
|
||||
disabled: false,
|
||||
required: true,
|
||||
required: false,
|
||||
fontSize: 16
|
||||
}
|
||||
]
|
||||
|
|
|
@ -279,8 +279,8 @@ export default {
|
|||
width: 150
|
||||
},
|
||||
{
|
||||
label: '实收数量',
|
||||
prop: 'receivedqty',
|
||||
label: '实发数量',
|
||||
prop: 'shipQty',
|
||||
tooltip: true,
|
||||
width: 150
|
||||
},
|
||||
|
|
|
@ -290,8 +290,8 @@ export default {
|
|||
width: 150
|
||||
},
|
||||
{
|
||||
label: '实收数量',
|
||||
prop: 'receivedqty',
|
||||
label: '实发数量',
|
||||
prop: 'shipQty',
|
||||
tooltip: true,
|
||||
width: 150
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue