lilei 5 hari lalu
induk
melakukan
4a741b0e99

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1752820719220
+  "version": 1752821208585
 }

+ 1 - 1
src/views/inventoryManagement/inventoryQuery/list.vue

@@ -295,7 +295,7 @@ export default {
       ]
       // 成本权限
       if (this.$hasPermissions('M_ShowAllCost')) {
-        arr.splice(6, 0, { title: '可用库存成本(¥)', dataIndex: 'currentStockCost', width: '10%', align: 'right', sorter: true, customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
+        arr.splice(7, 0, { title: '可用库存成本(¥)', dataIndex: 'currentStockCost', width: '10%', align: 'right', sorter: true, customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
       }
       return arr
     }