From ea9226efd0878e2d16d779fea06295ca4be91afb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 23 六月 2020 09:10:13 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pakStore/locCheckOut.html | 7 +++++++
src/main/webapp/views/pakStore/pakStore.html | 4 ----
src/main/webapp/views/pakStore/stockOut.html | 4 ++++
src/main/webapp/views/pakStore/emptyIn.html | 4 ++++
src/main/webapp/views/pakStore/stockAdjust.html | 6 ++++++
src/main/webapp/static/js/wrkDetl/wrkDetl.js | 2 +-
6 files changed, 22 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/static/js/wrkDetl/wrkDetl.js b/src/main/webapp/static/js/wrkDetl/wrkDetl.js
index 5b139c6..015665d 100644
--- a/src/main/webapp/static/js/wrkDetl/wrkDetl.js
+++ b/src/main/webapp/static/js/wrkDetl/wrkDetl.js
@@ -38,7 +38,7 @@
// ,{field: 'appeTime$', align: 'center',title: '娣诲姞鏃堕棿'}
// ,{field: 'nista', align: 'center',title: ''}
- ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:50}
+ ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80}
]],
request: {
pageName: 'curr',
diff --git a/src/main/webapp/views/pakStore/emptyIn.html b/src/main/webapp/views/pakStore/emptyIn.html
index 72512aa..a240a67 100644
--- a/src/main/webapp/views/pakStore/emptyIn.html
+++ b/src/main/webapp/views/pakStore/emptyIn.html
@@ -30,6 +30,10 @@
.function-area .layui-form {
width: 300px;
}
+
+ #btn-inbound {
+ display: none;
+ }
</style>
</head>
<body>
diff --git a/src/main/webapp/views/pakStore/locCheckOut.html b/src/main/webapp/views/pakStore/locCheckOut.html
index 0ed8a1b..e7e53e4 100644
--- a/src/main/webapp/views/pakStore/locCheckOut.html
+++ b/src/main/webapp/views/pakStore/locCheckOut.html
@@ -68,6 +68,13 @@
background-color: #2b425b;
color: #fff;
}
+
+ #mat-query {
+ display: none;
+ }
+ #btn-outbound {
+ display: none;
+ }
</style>
</head>
<body style="padding-bottom: 30px">
diff --git a/src/main/webapp/views/pakStore/pakStore.html b/src/main/webapp/views/pakStore/pakStore.html
index f5bbca4..2387f41 100644
--- a/src/main/webapp/views/pakStore/pakStore.html
+++ b/src/main/webapp/views/pakStore/pakStore.html
@@ -51,10 +51,6 @@
#mat-query {
display: none;
}
- /*#btn-comb {*/
- /* display: none;*/
- /*}*/
-
#staNoSpan {
text-align: center;
diff --git a/src/main/webapp/views/pakStore/stockAdjust.html b/src/main/webapp/views/pakStore/stockAdjust.html
index 022ac68..03b0b16 100644
--- a/src/main/webapp/views/pakStore/stockAdjust.html
+++ b/src/main/webapp/views/pakStore/stockAdjust.html
@@ -65,6 +65,12 @@
color: #fff;
}
+ #mat-query {
+ display: none;
+ }
+ #btn-adjust {
+ display: none;
+ }
</style>
</head>
<body style="padding-bottom: 30px">
diff --git a/src/main/webapp/views/pakStore/stockOut.html b/src/main/webapp/views/pakStore/stockOut.html
index 39da831..61b3f41 100644
--- a/src/main/webapp/views/pakStore/stockOut.html
+++ b/src/main/webapp/views/pakStore/stockOut.html
@@ -71,6 +71,10 @@
background-color: #2b425b;
color: #fff;
}
+
+ #mat-query {
+ display: none;
+ }
</style>
</head>
<body>
--
Gitblit v1.9.1