From 84c3747ce74834a2188419df88cec851eff100b8 Mon Sep 17 00:00:00 2001
From: wang..123 <brook_w@163.com>
Date: 星期六, 19 三月 2022 16:39:34 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/quality/quality.js | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/main/webapp/static/js/quality/quality.js b/src/main/webapp/static/js/quality/quality.js
index c5e961f..c0b6e7c 100644
--- a/src/main/webapp/static/js/quality/quality.js
+++ b/src/main/webapp/static/js/quality/quality.js
@@ -168,18 +168,18 @@
page: true,
cellMinWidth: 100,
cols: [[
- {type: 'numbers'},
+ // {type: 'numbers'},
// {field: 'billNo', title: '妫�楠岀紪鍙�', align: 'center'},
- {field: 'seqNo', title: '鍗曟嵁琛屽彿', align: 'center'},
- {field: 'orderNo', title: '鍏ュ簱鍗曞彿', align: 'center'},
- {field: 'anfme', title: '寰呭叆搴撴暟閲�', align: 'center'},
- {field: 'matnr', title: '浜у搧ID', align: 'center'},
- {field: 'maktx', title: '浜у搧鍚嶇О', align: 'center'},
+ {field: 'seqNo', title: '鍗曟嵁琛屽彿', align: 'center',width: 100},
+ {field: 'orderNo', title: '鍏ュ簱鍗曞彿', align: 'center',width: 150},
+ {field: 'anfme', title: '寰呭叆搴撴暟閲�', align: 'center',width: 100},
+ {field: 'matnr', title: '浜у搧ID', align: 'center',width: 150},
+ {field: 'maktx', title: '浜у搧鍚嶇О', align: 'center',width: 150},
// {field: 'maktx', title: '浜у搧鍚嶇О', align: 'center'},
- {field: 'prodDate$', title: '鐢熶骇鏃ユ湡', align: 'center'},
- {field: 'quaStatus', title: '妫�楠岀姸鎬�', align: 'center'},
- {field: 'rejectQty', title: '涓嶅悎鏍兼暟閲�', align: 'center'},
- {field: 'rejectReason', title: '涓嶅悎鏍煎師鍥�', align: 'center'},
+ {field: 'prodDate$', title: '鐢熶骇鏃ユ湡', align: 'center',width: 150},
+ {field: 'quaStatus$', title: '妫�楠岀姸鎬�', align: 'center',width: 100},
+ {field: 'rejectQty', title: '涓嶅悎鏍兼暟閲�', align: 'center',width: 100},
+ {field: 'rejectReason', title: '涓嶅悎鏍煎師鍥�', align: 'center',width: 150},
]],
request: {
--
Gitblit v1.9.1