lilei 2 年之前
父节点
当前提交
c47030492e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/reportData/bulkReturnReport/detailList.vue

+ 1 - 1
src/views/reportData/bulkReturnReport/detailList.vue

@@ -191,7 +191,7 @@ export default {
       const _this = this
       return [
         { title: '批次号', dataIndex: 'stockBatchNo', width: '150px', align: 'center', customRender: function (text) { return text || '--' } },
-        // { title: '成本单价', dataIndex: 'putCost', width: '100px', align: 'center', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
+        { title: '成本单价', dataIndex: 'putCost', width: '100px', align: 'center', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } },
         { title: '数量', dataIndex: 'outQty', width: '100px', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } }
       ]
     },