Browse Source

bug 修复

lilei 4 years ago
parent
commit
04171a60bf
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/allocationManagement/storeTransferOut/edit.vue

+ 1 - 2
src/views/allocationManagement/storeTransferOut/edit.vue

@@ -245,8 +245,7 @@ export default {
         { title: '成本价(¥)', dataIndex: 'outCost', width: 100, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
         { title: '仓库', dataIndex: 'warehouseName', width: 140, align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '仓位', dataIndex: 'warehouseLocationName', width: 140, align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
-        // { title: '调出数量', scopedSlots: { customRender: 'outQty' }, width: 140, align: 'center' },
-        { title: '调出数量', dataIndex: 'outQty', width: 140, align: 'center' },
+        { title: '调出数量', scopedSlots: { customRender: 'outQty' }, width: 140, align: 'center' },
         { title: '成本小计(¥)', dataIndex: 'costSubtotal', width: 115, align: 'center' },
         { title: '操作', scopedSlots: { customRender: 'action' }, width: 100, align: 'center', fixed: 'right' }
       ],