From d5e7fc8d38fa867526c80d29c4e89792634ef690 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期四, 01 二月 2024 14:22:55 +0800 Subject: [PATCH] Merge branch 'master' into wxw --- HTML/views/ASNSetting/LabelBox.html | 36 ++++++++++++++++-------------------- 1 files changed, 16 insertions(+), 20 deletions(-) diff --git a/HTML/views/ASNSetting/LabelBox.html b/HTML/views/ASNSetting/LabelBox.html index 97dc71e..7986772 100644 --- a/HTML/views/ASNSetting/LabelBox.html +++ b/HTML/views/ASNSetting/LabelBox.html @@ -238,26 +238,22 @@ table.on('toolbar(Box-list)', function (obj) { switch (obj.event) { case 'add': // 娣诲姞绠辨敮鍏崇郴 - // 浠g爜鍖哄煙 - var param = getBoxInforVlues(); - if (param != "") { - console.log(param); - sendData(IP + "/BllAsn/AddBllBoxInfo", param, 'post', function (res) { - if (res.code == 0) { //鎴愬姛 - layer.msg(res.msg, { - icon: 1, - time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }, function () { - bindTable(); - }); - } else { //涓嶆垚鍔� - layer.msg(res.msg, { - icon: 2, - time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 - }, function () { doing = true }); - } - }); - } + // layer.open({ + // type: 2, + // title: '鑷畾涔夊垪', + // content: '../SystemSettings/HeaderSetting.html', + // maxmin: false, + // resize: false, + // area: ['970px', '650px'] + // }); + layer.open({ + type: 2, + title: '鎵撳嵃', + content: 'LabelPrint.html?', + maxmin: true, + area: ['600px', '670px'], + btn: ['鍙栨秷'] + }); break; default: break; -- Gitblit v1.8.0