From 4c3079dc8b8cfc4a3cfc19167bfc18bbe12aae39 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 29 九月 2022 13:51:05 +0800
Subject: [PATCH] 采购订单列表增加数据权限过滤功能
---
WebTM/views/Baseset/基础资料/WMSBarCodeDetailsList.html | 9 +++++----
1 files changed, 5 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..4838381 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,7 +103,7 @@
, { 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
});
@@ -117,7 +118,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