丽知中台报表更新
This commit is contained in:
parent
c958c8d59c
commit
88362bfff8
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -279,8 +279,8 @@ export default {
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '实收数量',
|
label: '实发数量',
|
||||||
prop: 'receivedqty',
|
prop: 'shipQty',
|
||||||
tooltip: true,
|
tooltip: true,
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
|
|
|
@ -290,8 +290,8 @@ export default {
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '实收数量',
|
label: '实发数量',
|
||||||
prop: 'receivedqty',
|
prop: 'shipQty',
|
||||||
tooltip: true,
|
tooltip: true,
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue