|
@@ -175,7 +175,7 @@ export default {
|
|
|
{ title: '实际出货数量', width: 120, dataIndex: 'actualShipquantity', ellipsis: true, className: 'replacecolor' },
|
|
|
{ title: '短出数', width: 120, dataIndex: 'shortseveral', ellipsis: true, className: 'replacecolor' },
|
|
|
{ title: '制单人', width: 120, dataIndex: 'preparedBy', ellipsis: true, className: 'replacecolor' },
|
|
|
- { title: '操作', width: 120, dataIndex: 'option', ellipsis: true, className: 'replacecolor', scopedSlots: { customRender: 'option' } },
|
|
|
+ { title: '操作', width: 120, dataIndex: 'option', ellipsis: true, className: 'replacecolor', scopedSlots: { customRender: 'action' } },
|
|
|
],
|
|
|
costAllocationData: [],
|
|
|
outdata:'',
|
|
@@ -197,6 +197,7 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
this.apply = this.$route.query.apply;
|
|
|
+ console.log(this.$route.query)
|
|
|
this.getCostList()
|
|
|
},
|
|
|
methods: {
|