|
@@ -265,7 +265,7 @@
|
|
<el-table-column align="right" label="发货数量" prop="hasSendQty" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="right" label="发货数量" prop="hasSendQty" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="right" label="直调数量" prop="directTransferQty" min-width="100" show-overflow-tooltip>
|
|
<el-table-column align="right" label="直调数量" prop="directTransferQty" min-width="100" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-input v-model="scope.row.realDirectTransferQty" size="small" type="number"></el-input>
|
|
|
|
|
|
+ <el-input v-model="scope.row.realDirectTransferQty " size="small" type="number"></el-input>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip></el-table-column>
|
|
@@ -529,6 +529,7 @@ export default {
|
|
item.position2 = '';
|
|
item.position2 = '';
|
|
item.status1 = '';
|
|
item.status1 = '';
|
|
item.status2 = '';
|
|
item.status2 = '';
|
|
|
|
+ item.realDirectTransferQty = item.refundableQty
|
|
})
|
|
})
|
|
this.getPositionList();
|
|
this.getPositionList();
|
|
},
|
|
},
|