From 59a7f326f8df2bd145d5cd04e09f1769fa80b568 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期六, 13 四月 2024 14:49:46 +0800
Subject: [PATCH] 拣货单增加按照日期查找搜索,明细里面显示批号,包号,牌号
---
src/main/webapp/views/pla/sellout.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pla/sellout.html b/src/main/webapp/views/pla/sellout.html
index 51ffc6b..0ad9bf3 100644
--- a/src/main/webapp/views/pla/sellout.html
+++ b/src/main/webapp/views/pla/sellout.html
@@ -219,7 +219,7 @@
type: 1,
title: "鏁伴噺淇敼",
content: $('#editDialog').html(),
- area: '700px',
+ area: ['700px', top.detailHeight],
success: function (layero, dIndex) {
// 鏄庣粏琛ㄦ牸
tableIns = table.render({
@@ -227,6 +227,7 @@
data: dataList,
limit: 100,
even: true,
+ height: '400px',
cellMinWidth: 50,
cols: [[
{field: 'batch', title: '鎵瑰彿', width: 160},
@@ -273,6 +274,7 @@
if (res.code === 200){
layer.msg("淇敼鎴愬姛");
tableReload(true);
+ parent.clearTable();
} else if (res.code === 403){
layer.msg(res.msg, {icon: 2})
return;
--
Gitblit v1.9.1