From ae5cfe81fd2b9f38c2e9ccfcdeaa7be2b28ad5dc Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 29 三月 2024 14:24:17 +0800
Subject: [PATCH] 质量模块双击返回基础资料
---
WebTM/views/Baseset/基础资料/WMSBarCodeDetailsList.html | 11 +++++++----
1 files changed, 7 insertions(+), 4 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 de4a4f8..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"
@@ -24,7 +24,7 @@
<form class="layui-form" action="" lay-filter="component-form-group">
<div class="layui-form-item">
<div class="layui-inline">
- <button type="button" lay-submit="" class="layui-btn" lay-filter="FH">杩斿洖</button>
+ <!--<button type="button" lay-submit="" class="layui-btn" lay-filter="FH">杩斿洖</button>-->
<button type="button" lay-submit="" class="layui-btn" lay-filter="Exit">閫�鍑�</button>
</div>
</div>
@@ -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