н¨Îļþ¼Ð/WMS/src/views/stock/stockInfo.vue
@@ -128,9 +128,10 @@ }, { field: "supplyQuantity", title: "çç¹æ°", title: "çç¹å·®å¼æ°", type: "number", span: 8 }, ], @@ -327,10 +328,21 @@ }, { field: "supplyQuantity", title: "çç¹æ°", title: "çç¹å·®å¼æ°", type: "number", width: 100, align: "left", cellStyle: (row) => { const value = row.supplyQuantity; if (value > 0) { return { color: "#00ff00" }; // ç»¿è² } else if (value < 0) { return { color: "#ff0000" }; // çº¢è² } // else { // return { color: '#000000' }; // é»è² // } }, }, { field: "inDate",