From 852a9ee80fe79ac87854b8b46ad67ac857a56fc6 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期四, 20 七月 2023 21:05:57 +0800 Subject: [PATCH] 出入库单据模板 --- igds-web/src/main/resources/static/admin/inout/out-weight.js | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/igds-web/src/main/resources/static/admin/inout/out-weight.js b/igds-web/src/main/resources/static/admin/inout/out-weight.js index f044d4d..5edb8da 100644 --- a/igds-web/src/main/resources/static/admin/inout/out-weight.js +++ b/igds-web/src/main/resources/static/admin/inout/out-weight.js @@ -478,6 +478,31 @@ // delDisabled(); } +//鏄剧ず璐ㄦ淇℃伅 +function showCheck() { + if (!recordData) { + alertError("娌℃湁涓氬姟鏁版嵁淇℃伅锛屾墽琛岃鎷掔粷"); + return; + } + + // 鑾峰彇鍖栭獙椤逛俊鎭� + // flushCheckItem(); + + layer.open({ + type: 1, + title: "璐ㄦ璇︾粏", + offset: ['120px', '100px'], + area: ['1000px', '520px'], + shade: 0, + content: $('#checkDetail'), + btnAlign: 'c', + btn: ['鍙栨秷'], + yes: function () { + layer.closeAll(); + }, + closeBtn: 0 + }); +} function flushPage() { layer.confirm('纭畾瑕佸埛鏂伴〉闈㈠悧锛�', {icon: 3, title: '鎻愮ず'}, function (index) { -- Gitblit v1.9.3