From 3de6a9eb5d6c00a756831fbab13da264c198ece7 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 25 四月 2024 16:16:50 +0800
Subject: [PATCH] 用户编辑页面添加 IC卡号 自动;异常反馈单刷卡签到
---
WebTM/views/Baseset/基础资料/WMSBarCodeDetailsList.html | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/WMSBarCodeDetailsList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/WMSBarCodeDetailsList.html"
index 3133728..78018c8 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/WMSBarCodeDetailsList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/WMSBarCodeDetailsList.html"
@@ -73,7 +73,7 @@
var HInterID = params[params[0]];
var HBillType = params[params[1]];
form.on('submit(FH)', function () {
- var checkStatus = table.checkStatus('ck-table')
+ var checkStatus = table.checkStatus('mainTable')
, data = checkStatus.data;
parent.GetHKeeperValue(data);
var index = parent.layer.getFrameIndex(window.name);
@@ -88,6 +88,7 @@
elem: '#mainTable'
// , url: '/demo/table/user/'
, toolbar: '#toolbarDemo'
+ , height: 'full-1000'
, data: []
, cellMinWidth: 80 //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
, cols: [[
@@ -102,9 +103,11 @@
, { field: 'HQtyMust', width: 150, title: '搴旀敹鏁伴噺' }
, { field: 'HBatchNo', width: 150, title: '鎵规' }
, { field: 'HPieceQty', width: 150, title: '浠舵暟' }
- , { fixed: 'right', title: '鎿嶄綔', toolbar: '#barDemo' }
+ , { fixed: 'right', width: 70, title: '鎿嶄綔', toolbar: '#barDemo' }
]]
, page: true
+ , limits: [50, 500, 5000, 50000]
+ , limit: 50
});
///鍔犺浇鏄剧ず鏁版嵁
function RoadQuery(HInterID, HBillType) {
@@ -117,7 +120,7 @@
ajaxReturnData = JSON.parse(JSON.stringify(result)).data;
table.reload('mainTable', {
data: ajaxReturnData
- , height: 'full-10'
+ , height: 'full-1000'
, loading: false
, done: function (index, res) {
--
Gitblit v1.9.1