@@ -2516,6 +2545,17 @@
});
+ $("#czsw_yps_addItem").click(function () {
+ var id = generateRandomString();
+ var _html = appendCzswYpsItem(id);
+ $('#basics_czsw_yps').before(_html);
+ });
+
+ $(document).on('click', 'i.czswyps', function () {
+ $('#czsw_yps_' + this.id).remove();
+ });
+
+
$("#czsw_zbs_addItem").click(function () {
var id = generateRandomString();
var _html = appendCzswZbsItem(id);
diff --git a/WebRoot/view/tb/zbdc/cgzb_wqzx_new.html b/WebRoot/view/tb/zbdc/cgzb_wqzx_new.html
index 8a54f141..04224c8c 100644
--- a/WebRoot/view/tb/zbdc/cgzb_wqzx_new.html
+++ b/WebRoot/view/tb/zbdc/cgzb_wqzx_new.html
@@ -407,6 +407,34 @@
id="czsw_yqs_addItem">
+
+
+
+
+
+
+
+
+
@@ -1354,6 +1382,8 @@
style="font-size: 24px;color: #2d8cf0;cursor: pointer;"
id="gzsw_sys_addItem">
+
+
-
+
-
+
-
+
+ style="font-size: 24px;color: #2d8cf0;cursor: pointer;" id="gzsw_yqs_addItem">
+
+
+
+
+
+
+
+
+
@@ -2579,6 +2636,16 @@
$('#czsw_yqs_' + this.id).remove();
});
+ $("#czsw_yps_addItem").click(function () {
+ var id = generateRandomString();
+ var _html = appendCzswYpsItem(id);
+ $('#basics_czsw_yps').before(_html);
+ });
+
+ $(document).on('click', 'i.czswyps', function () {
+ $('#czsw_yps_' + this.id).remove();
+ });
+
$("#czsw_zbs_addItem").click(function () {
var id = generateRandomString();
@@ -2755,6 +2822,17 @@
});
+ $("#gzsw_yps_addItem").click(function () {
+ var id = generateRandomString();
+ var _html = appendGzswYpsItem(id);
+ $('#basics_gzsw_yps').before(_html);
+ });
+
+ $(document).on('click', 'i.gzswyps', function () {
+ $('#gzsw_yps_' + this.id).remove();
+ });
+
+
$("#gzsw_zbs_addItem").click(function () {
var id = generateRandomString();
var _html = appendGzswZbsItem(id);