|
@@ -769,6 +769,14 @@ export default {
|
|
|
type: "sum",
|
|
|
decimals: 2
|
|
|
}, {
|
|
|
+ name: "outGoodsTotalShipNum",
|
|
|
+ type: "sum",
|
|
|
+ decimals: 2
|
|
|
+ }, {
|
|
|
+ name: "outGoodsTotalShipAmount",
|
|
|
+ type: "sum",
|
|
|
+ decimals: 2
|
|
|
+ }, {
|
|
|
name: "subTotalMoney",
|
|
|
type: "sum",
|
|
|
decimals: 2
|
|
@@ -925,7 +933,6 @@ export default {
|
|
|
overHidden: true,
|
|
|
width: 100
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
label: '收货数量',
|
|
|
prop: 'sendNum',
|
|
@@ -934,7 +941,28 @@ export default {
|
|
|
disabled: true,
|
|
|
editDisplay: false,
|
|
|
addDisplay: false
|
|
|
- },
|
|
|
+ }
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ label: '出库数量',
|
|
|
+ prop: 'outGoodsTotalShipNum',
|
|
|
+ overHidden: true,
|
|
|
+ width: 100,
|
|
|
+ disabled: true,
|
|
|
+ editDisplay: false,
|
|
|
+ addDisplay: false
|
|
|
+ }
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ label: '出库金额',
|
|
|
+ prop: 'outGoodsTotalShipAmount',
|
|
|
+ overHidden: true,
|
|
|
+ width: 100,
|
|
|
+ disabled: true,
|
|
|
+ editDisplay: false,
|
|
|
+ addDisplay: false
|
|
|
+ }
|
|
|
+ ,
|
|
|
{
|
|
|
label: '返利后单价',
|
|
|
prop: 'rebatePrice',
|