From 9b842c272617f18d3435820e6e03297e2cd423c3 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期二, 24 八月 2021 08:51:31 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/matOut/matOut.js | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/static/js/matOut/matOut.js b/src/main/webapp/static/js/matOut/matOut.js
index 47fcb14..031b857 100644
--- a/src/main/webapp/static/js/matOut/matOut.js
+++ b/src/main/webapp/static/js/matOut/matOut.js
@@ -2,11 +2,13 @@
var locDetlData = [];
function getCol() {
var cols = [
- // {field: 'count', align: 'center',title: '鍑哄簱鏁伴噺', edit:'text', width: 130, style:'color: blue;font-weight: bold'}
- {field: 'anfme', align: 'center',title: '鏁伴噺'}
- ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
+ {fixed: 'left', field: 'count', title: '鏁伴噺(蹇呭~)', align: 'center', edit:'text', width: 120, style:'color: blue;font-weight: bold'}
+ ,{field: 'billNo', title:'鍗曟嵁缂栧彿', align: 'center'}
+ ,{field: 'seqNo', title:'搴忓彿', align: 'center', width:80}
+ ,{field: 'qty', title:'閫氱煡鍏ュ簱閲�', align: 'center'}
+ ,{field: 'outQty', title:'宸插嚭搴撻噺', align: 'center'}
];
- arrRemove(detlCols, 'field', 'anfme');
+ arrRemove(detlCols, 'field', 'qty');
cols.push.apply(cols, detlCols);
// cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80})
return cols;
@@ -43,7 +45,7 @@
switch (obj.event) {
case 'outbound':
if (data.length === 0){
- layer.msg('璇峰厛娣诲姞搴撲綅浜у搧');
+ layer.msg('璇峰厛娣诲姞浜у搧');
} else {
var staNo = $("#staNoSelect").val();
if (staNo === "" || staNo === null){
@@ -59,7 +61,7 @@
locDetls: locDetls
}
$.ajax({
- url: baseUrl+"/plate/out/start",
+ url: baseUrl+"/mat/out/start",
headers: {'token': localStorage.getItem('token')},
data: JSON.stringify(param),
contentType:'application/json;charset=UTF-8',
--
Gitblit v1.9.1