From c73f3dd7d3ce960406c705d27ce7d6e0130fc9e5 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期五, 20 八月 2021 16:31:34 +0800
Subject: [PATCH] #
---
src/main/webapp/views/matStore/waitMatinQuery.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/views/matStore/waitMatinQuery.html b/src/main/webapp/views/matStore/waitMatinQuery.html
index 769681d..47a9e2a 100644
--- a/src/main/webapp/views/matStore/waitMatinQuery.html
+++ b/src/main/webapp/views/matStore/waitMatinQuery.html
@@ -75,13 +75,14 @@
function getCol() {
var cols = [
{type: 'checkbox', fixed: 'left'}
- ,{type: 'qty', title: '閫氱煡鍏ュ簱閲�', fixed: 'left'}
- ,{type: 'inQty', title: '宸插叆搴撻噺', fixed: 'left'}
+ ,{field: 'qty', title: '閫氱煡鍏ュ簱閲�', fixed: 'left', width:100}
+ ,{field: 'inQty', title: '宸插叆搴撻噺', fixed: 'left', width:90}
];
cols.push.apply(cols, matCols);
- cols.push(
- {field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true},
- {field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}
+ cols.push({field: 'billNo', title:'鍗曟嵁缂栧彿', align: 'center'}
+ ,{field: 'seqNo', title:'搴忓彿', align: 'center', width:80}
+ ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true}
+ ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}
)
return cols;
}
@@ -120,7 +121,6 @@
statusCode: 200
},
done: function (res, curr, count) {
- console.log(res);
if (res.code === 403) {
top.location.href = baseUrl + "/";
}
--
Gitblit v1.9.1