diff --git a/public/components/property/addFeePrintSpec/addFeePrintSpec.html b/public/components/property/addFeePrintSpec/addFeePrintSpec.html
index 78b0fafec..a56458584 100755
--- a/public/components/property/addFeePrintSpec/addFeePrintSpec.html
+++ b/public/components/property/addFeePrintSpec/addFeePrintSpec.html
@@ -1,5 +1,5 @@
+ aria-hidden="true">
+
+
@@ -30,16 +37,16 @@
+ class="form-control" rows="5">
diff --git a/public/components/property/addFeePrintSpec/addFeePrintSpec.js b/public/components/property/addFeePrintSpec/addFeePrintSpec.js
index fa7143b20..b555e19bd 100755
--- a/public/components/property/addFeePrintSpec/addFeePrintSpec.js
+++ b/public/components/property/addFeePrintSpec/addFeePrintSpec.js
@@ -10,6 +10,7 @@
specCd: '',
content: '',
qrImg: '',
+ printName: '',
}
},
_initMethod: function () {
@@ -39,6 +40,18 @@
errInfo: "规格不是有效数字"
},
],
+ 'addFeePrintSpecInfo.printName': [
+ {
+ limit: "required",
+ param: "",
+ errInfo: "名称不能为空"
+ },
+ {
+ limit: "maxLength",
+ param: "128",
+ errInfo: "名称太长"
+ },
+ ],
'addFeePrintSpecInfo.content': [
{
limit: "required",
@@ -100,6 +113,7 @@
specCd: '',
content: '',
qrImg: '',
+ printName: '',
};
}
}
diff --git a/public/components/property/editFeePrintSpec/editFeePrintSpec.html b/public/components/property/editFeePrintSpec/editFeePrintSpec.html
index 80a988740..0db66302b 100755
--- a/public/components/property/editFeePrintSpec/editFeePrintSpec.html
+++ b/public/components/property/editFeePrintSpec/editFeePrintSpec.html
@@ -16,6 +16,13 @@
+