From a3776853fa6ff1c4a9805615a79852d54f700e3f Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期六, 20 七月 2024 09:21:04 +0800
Subject: [PATCH] 增加库位明细导出功能,曾加物料、单据、库存全局搜索功能
---
zy-asrs-wms/src/main/webapp/views/mat/mat.html | 54 +++++++++++++++++++++++++++++-------------------------
1 files changed, 29 insertions(+), 25 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/views/mat/mat.html b/zy-asrs-wms/src/main/webapp/views/mat/mat.html
index 3c215ff..7345b5e 100644
--- a/zy-asrs-wms/src/main/webapp/views/mat/mat.html
+++ b/zy-asrs-wms/src/main/webapp/views/mat/mat.html
@@ -105,6 +105,11 @@
<input name="maktx" class="layui-input" placeholder="杈撳叆鍟嗗搧鍚嶇О"/>
</div>
</div>
+ <div class="layui-inline">
+ <div class="layui-input-inline">
+ <input class="layui-input" type="text" name="condition" placeholder="璇疯緭鍏�" autocomplete="off">
+ </div>
+ </div>
<div class="layui-inline"> 
<button class="layui-btn icon-btn" lay-filter="search" lay-submit>
<i class="layui-icon"></i>鎼滅储
@@ -434,51 +439,50 @@
<table class="contain" width="300"
style="overflow: hidden;font-size: xx-small;table-layout: fixed;margin-top: 20px;">
<tr style="height: 20px">
- <td align="center" scope="col" colspan="1">鍚嶇О</td>
- <td align="center" scope="col" colspan="1" style="">{{this.maktx}}</td>
- <td align="center" scope="col" colspan="2" rowspan="4">
- <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="40%">
+ <td align="center" scope="col" colspan="1" style="font-size: 10px;">鍚嶇О</td>
+ <td align="center" scope="col" colspan="2" style="font-size: 10px;">{{this.maktx}}</td>
+ <td align="center" scope="col" colspan="3" rowspan="4">
+ <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="50%">
<div style="letter-spacing: 1px;margin-top: 1px; text-align: center">
<span>{{this.matnr}}</span>
</div>
</td>
</tr>
<tr style="height: 20px">
- <td align="center" colspan="1">瑙勬牸</td>
- <td align="center" colspan="1"
- style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}
+ <td align="center" colspan="1" style="font-size: 10px;">鍒朵护</td>
+ <td align="center" colspan="2"
+ style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.decrees}}
</td>
</tr>
<tr style="height: 20px">
- <td align="center" colspan="1">鍥惧彿</td>
- <td align="center" colspan="1"
- style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}
+ <td align="center" colspan="1" style="font-size: 10px;">鏈哄瀷</td>
+ <td align="center" colspan="2"
+ style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.model}}
</td>
</tr>
<tr style="height: 20px">
- <td align="center" colspan="1">閲嶉噺</td>
- <td align="center" colspan="1"
- style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}
+ <td align="center" colspan="1" style="font-size: 10px;">鍥惧彿</td>
+ <td align="center" colspan="2"
+ style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.imgNum}}
</td>
</tr>
<tr style="height: 20px">
- <td align="center" colspan="1">鏈哄瀷</td>
- <td align="center" colspan="1"
- style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.model}}
+ <td align="center" colspan="1" style="font-size: 10px;">瑙勬牸</td>
+ <td align="center" colspan="2"
+ style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.specs}}
</td>
- <td align="center" colspan="1">鏉愯川</td>
- <td align="center" colspan="1"
- style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.material}}
+ <td align="center" colspan="1" style="font-size: 10px;">鏉愯川</td>
+ <td align="center" colspan="2"
+ style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.material}}
</td>
</tr>
<tr style="height: 20px">
- <td align="center" colspan="1">鍒朵护</td>
- <td align="center" colspan="1"
- style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.decrees}}
+ <td align="center" colspan="1" style="font-size: 10px;">閲嶉噺</td>
+ <td align="center" colspan="2"
+ style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;font-size: 10px;">{{this.weight}}
</td>
- <td align="center" colspan="1">闀垮楂�</td>
- <td align="center" colspan="1"
- style="overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.length}}x{{this.width}}x{{this.height}}
+ <td align="center" colspan="1" style="font-size: 10px;">闀垮楂�</td>
+ <td align="center" colspan="2" style="font-size: 10px;">{{this.length}}x{{this.width}}x{{this.height}}
</td>
</tr>
</table>
--
Gitblit v1.9.1