From 5dac37cde0205be965c2b74dd1bddefc7f9cceda Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期三, 26 三月 2025 08:56:57 +0800 Subject: [PATCH] Merge branch 'integrationWms' into mdqzasrs --- src/main/webapp/static/js/order/order.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/static/js/order/order.js b/src/main/webapp/static/js/order/order.js index ad09170..6345ea7 100644 --- a/src/main/webapp/static/js/order/order.js +++ b/src/main/webapp/static/js/order/order.js @@ -124,10 +124,11 @@ {type: 'numbers'}, {field: 'matnr', title: '鍟嗗搧缂栫爜', width: 160}, {field: 'maktx', title: '鍟嗗搧鍚嶇О', width: 160}, + {field: 'specs', title: '瑙勬牸'}, {field: 'batch', title: '鎵瑰彿'}, - {field: 'anfme', title: '鏁伴噺'}, - {field: 'workQty', title: '浣滀笟鏁伴噺'}, - {field: 'qty', title: '瀹屾垚鏁伴噺', style: 'font-weight: bold'}, + {field: 'anfme', title: '寰呭畬缁撴暟閲�'}, + {field: 'qty', title: '寰呬笂鎶ユ暟閲�', style: 'font-weight: bold'}, + {field: 'workQty', title: '宸蹭笂鎶ユ暟閲�'}, // {field: 'unit', title: '鍗曚綅'}, // { // field: 'createTime$', title: '鍒涘缓鏃堕棿', sort: true, templet: function (d) { @@ -135,8 +136,7 @@ // }, width: 180 // }, // {field: 'inQty', title: '宸插叆搴撻噺'}, - // {field: 'color', title: '棰滆壊'}, - {field: 'specs', title: '瑙勬牸'} + // {field: 'color', title: '棰滆壊'} ]], request: { pageName: 'curr', @@ -501,7 +501,7 @@ var traceCharts = echarts.init(document.getElementById('wrkTraceCharts')); var traceOptions = { title: { - text: '鎬婚噺/浣滀笟/瀹屾垚', x: 'center', y: '38%', + text: '浣滀笟/瀹岀粨/涓婃姤', x: 'center', y: '38%', textStyle: {fontSize: 18, color: '#262626', fontWeight: 'normal'}, subtextStyle: {fontSize: 36, color: '#10B4E8'}, itemGap: 20 -- Gitblit v1.9.1