From ca092bb227d153813406e2592f5ca8e6aff8d44a Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 18 三月 2024 17:20:24 +0800
Subject: [PATCH] 1.增加 直接调拨单 编辑模块, 并完善 直接调拨单 列表功能;(常规 功能, 新增,修改,删除,审核,作废,关闭,自定义过滤,源单类型列表(源单 调拨申请单,手工录入), 合计行,保存控制,审核控制,删除控制,关联数回填 等等) 2.仓库管理下属模块,单据编辑界面,选择基础资料的 全部改为 基础资料列表 的方式; (生产入库单,生产退库单,其他入库单,分布式调入单,生产领料单,领用申请单,生产退料单,其他出库单,分布式调出单,出库申请单,直接调拨单,调拨申请单,条码状态变更单 )
---
WebTM/views/IpadIndex.html | 36 ++++++++++++++++++++++++++++++++----
1 files changed, 32 insertions(+), 4 deletions(-)
diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index 7745b58..ccfe5fd 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -575,8 +575,7 @@
}
return result;
}
-
-
+
//寮�宸ユ寜閽偣鍑讳簨浠�
function OpenWork(event, obj) {
if (wktag == 0) {
@@ -983,6 +982,27 @@
})
}
+ //褰撳墠宸ュ崟鎸夐挳鐐瑰嚮浜嬩欢
+ function CurrentStatus(event, obj) {
+ if (wktag == 0) {
+ layer.alert("璇烽�夋嫨宸ュ崟鍒楄〃", { icon: 5 });
+ return false;
+ }
+ layer.open({
+ type: 2,
+ skin: 'layui-layer-rim', //鍔犱笂杈规
+ title: '褰撳墠宸ュ崟',
+ closeBtn: 1,
+ shift: 2,
+ area: ['100%', '100%'],
+ maxmin: true,
+ content: '鐢熶骇绠$悊/宸ュ崟/Sc_CurrentTicket.html?OperationType=2&linterid=&HSouceBillType=',
+ end: function () {
+
+ }
+ });
+ }
+
//閫�鍑�
function Esc(event, obj) {
parent.location.href = "index.html"
@@ -1124,13 +1144,13 @@
</div>
</div>
<div class="layui-row layui-col-space10" style="display:none;">
- <div class="layui-col-sm12 layui-col-md4" onclick="KSOpenWork(event,this)" >
+ <div class="layui-col-sm12 layui-col-md4" onclick="KSOpenWork(event,this)">
<div class="cnt bottomright">
<span class="layui-icon layui-icon-pause imgicon"></span>
<span class="imgtitle">蹇�熷紑宸�</span>
</div>
</div>
-
+
</div>
<div class="layui-row layui-col-space10">
<div class="layui-col-sm12 layui-col-md4" onclick="SOP(event,this)">
@@ -1198,6 +1218,14 @@
</div>
</div>
</div>
+ <div class="layui-row layui-col-space10">
+ <div class="layui-col-sm12 layui-col-md4" onclick="CurrentStatus(event,this)">
+ <div class="cnt bottomright">
+ <span class="layui-icon layui-icon-console imgicon"></span>
+ <span class="imgtitle">褰撳墠鐘舵��</span>
+ </div>
+ </div>
+ </div>
</div>
</fieldset>
</div>
--
Gitblit v1.9.1