From bea1bbc1c84bd9091e00ac49403dcc6df152f0a8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 19 二月 2021 10:46:10 +0800
Subject: [PATCH] #出库(二期)

---
 src/main/webapp/static/js/pakStore/stockOut0.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/stockOut0.js b/src/main/webapp/static/js/pakStore/stockOut0.js
index 6c08a87..0d05eb9 100644
--- a/src/main/webapp/static/js/pakStore/stockOut0.js
+++ b/src/main/webapp/static/js/pakStore/stockOut0.js
@@ -2,13 +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: 'count', align: 'center',title: '鍑哄簱鏁伴噺', edit:'text', width: 130,  style:'color: blue;font-weight: bold'}
+        ,{field: 'anfme', align: 'center',title: '鍘熸暟閲�'}
         ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
     ];
     arrRemove(detlCols,  'field', 'anfme');
     cols.push.apply(cols, detlCols);
-    // cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80})
+    cols.push({fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80})
     return cols;
 }
 
@@ -43,7 +43,7 @@
         switch (obj.event) {
             case 'outbound':
                 if (data.length === 0){
-                    layer.msg('璇峰厛娣诲姞搴撲綅浜у搧');
+                    layer.msg('璇峰厛娣诲姞搴撲綅鐗╂枡');
                 } else {
                     var staNo = $("#staNoSelect").val();
                     if (staNo === "" || staNo === null){
@@ -121,7 +121,7 @@
     // 鑾峰彇鍑哄簱鍙�
     function getOutBound(){
         $.ajax({
-            url: baseUrl+"/available/take/site",
+            url: baseUrl+"/available/take/site/2",
             headers: {'token': localStorage.getItem('token')},
             method: 'POST',
             async: false,
@@ -142,7 +142,7 @@
     }
 })
 
-// 鎻愬彇浜у搧
+// 鎻愬彇鐗╂枡
 var locDetlLayerIdx;
 function getLocDetl() {
     locDetlLayerIdx = layer.open({
@@ -151,7 +151,7 @@
         maxmin: true,
         area: [top.detailWidth, top.detailHeight],
         shadeClose: true,
-        content: 'locDetlQuery.html',
+        content: 'locDetlQuery0.html',
         success: function(layero, index){
         }
     });

--
Gitblit v1.9.1