From 527f2222ec9b268e5429326417a37a81bdaf5037 Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-5BIMHQ3>
Date: 星期四, 04 七月 2024 10:17:53 +0800
Subject: [PATCH] 修改问题
---
HTML/views/SOSetting/ExportNotice.html | 95 ++++++++++++++++++++---------------------------
1 files changed, 40 insertions(+), 55 deletions(-)
diff --git a/HTML/views/SOSetting/ExportNotice.html b/HTML/views/SOSetting/ExportNotice.html
index b01f45e..db804ef 100644
--- a/HTML/views/SOSetting/ExportNotice.html
+++ b/HTML/views/SOSetting/ExportNotice.html
@@ -57,41 +57,20 @@
class="layui-input">
</div>
</div>
- <div class="layui-inline">
+ <!-- <div class="layui-inline">
<label class="layui-form-label">鍗曟嵁绫诲瀷</label>
<div class="layui-input-inline">
<select name="Type" id="Type" lay-filter="Type" lay-search>
<option value=""></option>
- <!-- 23 -->
<option value="0">鎴愬搧鍑哄簱</option>
<option value="1">棰嗘枡鍑哄簱</option>
<option value="2">鎶芥鍑哄簱</option>
<option value="4">涓嶅悎鏍煎搧鍑哄簱</option>
<option value="6">浠e偍鍑哄簱</option>
<option value="7">鍏朵粬鍑哄簱</option>
- <!-- 24 -->
- <!-- <option value="0">鎴愬搧鍑哄簱</option>
- <option value="1">棰嗘枡鍑哄簱</option>
- <option value="2">鎶芥鍑哄簱</option>
- <option value="3">鐗╂枡鍙栨牱鍑哄簱</option>
- <option value="4">涓嶅悎鏍煎搧鍑哄簱</option>
- <option value="5">涓棿鍝佸嚭搴�</option>
- <option value="6">浠e偍鍑哄簱</option>
- <option value="7">鍏朵粬鍑哄簱</option>
- <option value="8">瀵勫瓨鍑哄簱</option> -->
- <!-- 09 -->
- <!-- <option value="0">鏍囧噯閿�鍞嚭搴�</option>
- <option value="1">闈炴爣閿�鍞嚭搴�</option>
- <option value="2">鏍囧噯璋冩嫧鍑哄簱</option>
- <option value="3">闈炴爣璋冩嫧鍑哄簱</option> -->
- <!-- 08 -->
- <!-- <option value="0">鎴愬搧鍑哄簱</option>
- <option value="1">鍘熻緟鏂欏嚭搴�</option>
- <option value="2">涓嶅悎鏍煎搧鍑哄簱</option>
- <option value="3">鍙栨牱鍑哄簱</option> -->
</select>
</div>
- </div>
+ </div> -->
<div class="layui-inline">
<label class="layui-form-label">鎵ц鐘舵��</label>
<div class="layui-input-inline">
@@ -114,14 +93,14 @@
class="layui-input">
</div>
</div>
- <div class="layui-inline">
+ <!-- <div class="layui-inline">
<label class="layui-form-label">鎵胯繍鍟�</label>
<div class="layui-input-inline">
<select name="LogisticsId" id="LogisticsId" lay-search>
<option value=""></option>
</select>
</div>
- </div>
+ </div> -->
<!-- <div class="layui-inline">
<label class="layui-form-label">鏄惁娉㈡</label>
<div class="layui-input-inline">
@@ -132,7 +111,7 @@
</select>
</div>
</div> -->
- <div class="layui-inline">
+ <!-- <div class="layui-inline">
<label class="layui-form-label">鏄惁鍙戣繍</label>
<div class="layui-input-inline">
<select name="IsDespatch" id="IsDespatch" lay-search>
@@ -141,7 +120,7 @@
<option value="1">鏄�</option>
</select>
</div>
- </div>
+ </div> -->
<div class="layui-inline">
<button class="layui-btn layui-btn-sm layuiadmin-btn-list" lay-submit
lay-filter="LAY-app-contlist-search">
@@ -469,7 +448,7 @@
var isChongFu = true;
var xqid = "kong";
refreshTable();
- // refreshTablemx(xqid);
+ //refreshTablemx(xqid);
//鑾峰彇鎵胯繍鍟嗙墿娴�
sendData(IP + "/Basis/GetLogisticsInfoSelect", {}, 'get', function (res) {
if (res.code == 0) { //鎴愬姛
@@ -493,23 +472,23 @@
var TotalColsArr = [[
{ field: '', title: '搴忓彿', type: 'numbers', width: 50, align: 'center', fixed: 'left', "disabled": true },
{ field: 'SONo', title: '鍑哄簱鍗曞彿', align: 'center', fixed: 'left', width: 165, "disabled": true },
- { field: 'Type', title: '鍗曟嵁绫诲瀷', align: 'center', templet: '#templetType' },
+ //{ field: 'Type', title: '鍗曟嵁绫诲瀷', align: 'center', templet: '#templetType' },
{ field: 'Status', title: '鎵ц鐘舵��', align: 'center', templet: '#templetStatus' },
- { field: 'LogisticsName', title: '鎵胯繍鍟�', align: 'center' },
- { field: 'CustomerName', title: '瀹㈡埛鍚嶇О', align: 'center' },
- { field: 'LotNo', title: '鎵规鍙�', align: 'center' },
- { field: 'LotNoText', title: '鎵规鎻忚堪', align: 'center' },
- { field: 'IsDespatch', title: '鏄惁鍙戣繍', align: 'center', templet: '#templetIsDespatch' },
- { field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center' },
+ // { field: 'LogisticsName', title: '鎵胯繍鍟�', align: 'center' },
+ // { field: 'CustomerName', title: '瀹㈡埛鍚嶇О', align: 'center' },
+ //{ field: 'LotNo', title: '鎵规鍙�', align: 'center' },
+ //{ field: 'LotNoText', title: '鎵规鎻忚堪', align: 'center' },
+ //{ field: 'IsDespatch', title: '鏄惁鍙戣繍', align: 'center', templet: '#templetIsDespatch' },
+ //{ field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center' },
{ field: 'Origin', title: '鏉ユ簮', align: 'center' },
- { field: 'Demo', title: '澶囨敞', align: 'center', width: 180 },
+ { field: 'Demo', title: '澶囨敞', align: 'center'},
{ field: 'CreateUserName', title: '鍒涘缓浜�', align: 'center' },
{ field: 'CreateTime', title: '鍒涘缓鏃堕棿', align: 'center', templet: '#templetCreateTime' },
{ field: 'UpdateUserName', title: '淇敼浜�', align: 'center' },
{ field: 'UpdateTime', title: '淇敼鏃堕棿', align: 'center', templet: '#templetUpdateTime' },
{ field: 'CheckUserName', title: '澶嶆牳浜�', align: 'center', width: 110 },
{ field: 'CheckTime', title: '澶嶆牳鏃堕棿', align: 'center', templet: '#templetCheckTime' },
- { field: 'caozuo', title: '鎿嶄綔', fixed: 'right', align: 'center', width: 200, toolbar: '#table-content-list', "disabled": false }
+ //{ field: 'caozuo', title: '鎿嶄綔', fixed: 'right', align: 'center', width: 200, toolbar: '#table-content-list', "disabled": false }
]];
var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜
//#endregion
@@ -777,22 +756,22 @@
var DetailColsArr = [[
{ field: '', title: '搴忓彿', type: 'numbers', width: 50, align: 'center', fixed: 'left', "disabled": true },
{ field: 'SONo', title: '鍑哄簱鍗曞彿', align: 'center', fixed: 'left', width: 165 },
- { field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', width: 130 },
- { field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center', width: 152 },
- { field: 'Standard', title: '鐗╂枡瑙勬牸', align: 'center', width: 270 },
- { field: 'LotNo', title: '鎵规鍙�', align: 'center', width: 150 },
- { field: 'Qty', title: '璁″垝鏁伴噺', align: 'center', width: 100 },
- { field: 'AllotQty', title: '鍒嗛厤鏁伴噺', align: 'center', width: 100 },
- { field: 'FactQty', title: '涓嬫灦鏁伴噺', align: 'center', width: 100 },
- { field: 'CompleteQty', title: '鎷h揣鏁伴噺', align: 'center', width: 100 },
- { field: 'IsBale', title: '鏄惁瑁瑰寘', align: 'center', templet: '#templetIsBale', width: 90 },
- { field: 'IsBelt', title: '鏄惁鎵撳甫', align: 'center', templet: '#templetIsBelt', width: 90 },
- { field: 'LotText', title: '鎵规鎻忚堪', align: 'center', width: 100 },
- { field: 'PackagName', title: '鍖呰鍚嶇О', align: 'center', width: 120 },
- { field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center', width: 120 },
- { field: 'Price', title: '鍗曚环', align: 'center', width: 80 },
- { field: 'Money', title: '鎬婚噾棰�', align: 'center', width: 90 },
- { field: 'caozuo', title: '鎿嶄綔', fixed: 'right', width: 100, align: 'left', toolbar: '#table-content-list2', "disabled": true }
+ { field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center'},
+ { field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center'},
+ //{ field: 'Standard', title: '鐗╂枡瑙勬牸', align: 'center'},
+ { field: 'LotNo', title: '鎵规鍙�', align: 'center'},
+ { field: 'Qty', title: '璁″垝鏁伴噺', align: 'center'},
+ //{ field: 'AllotQty', title: '鍒嗛厤鏁伴噺', align: 'center', width: 100 },
+ //{ field: 'FactQty', title: '涓嬫灦鏁伴噺', align: 'center', width: 100 },
+ //{ field: 'CompleteQty', title: '鎷h揣鏁伴噺', align: 'center', width: 100 },
+ //{ field: 'IsBale', title: '鏄惁瑁瑰寘', align: 'center', templet: '#templetIsBale', width: 90 },
+ //{ field: 'IsBelt', title: '鏄惁鎵撳甫', align: 'center', templet: '#templetIsBelt', width: 90 },
+ { field: 'LotText', title: '鎵规鎻忚堪', align: 'center'},
+ //{ field: 'PackagName', title: '鍖呰鍚嶇О', align: 'center', width: 120 },
+ //{ field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center', width: 120 },
+ //{ field: 'Price', title: '鍗曚环', align: 'center', width: 80 },
+ //{ field: 'Money', title: '鎬婚噾棰�', align: 'center', width: 90 },
+ //{ field: 'caozuo', title: '鎿嶄綔', fixed: 'right', width: 100, align: 'left', toolbar: '#table-content-list2', "disabled": true }
]];
var DetailColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(DetailColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜
//#endregion
@@ -998,17 +977,23 @@
contentType: 'application/json',
headers: { ToKen: $.cookie('token') },
toolbar: '#toolbarDemo',
- defaultToolbar: ['print'], //'print', 'exports'
+ defaultToolbar: [''], //'print', 'exports'
page: true,
limit: pageCnt,
limits: pageLimits,
cellMinWidth: 60, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
+
done: function () {
initMenu();
//鑷畾涔夊垪瀹�
SetTableColW('LAY-app-content-list2', 'BllSo/GetExportNoticeDetailList', DetailColsSysArr);
},
- cols: colsJson2
+ cols: colsJson2,
+ layout: {
+ row: {
+ entiren: true // 璁剧疆琛ㄦ牸瀹藉害閾烘弧
+ }
+ }
});
});
//#endregion
--
Gitblit v1.8.0