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 : '--') } }
       ]
     },