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 @@ +
+ +
+ +
+
diff --git a/public/components/property/editFeePrintSpec/editFeePrintSpec.js b/public/components/property/editFeePrintSpec/editFeePrintSpec.js index f317527b5..2c4206ee1 100755 --- a/public/components/property/editFeePrintSpec/editFeePrintSpec.js +++ b/public/components/property/editFeePrintSpec/editFeePrintSpec.js @@ -7,7 +7,7 @@ specCd: '', content: '', qrImg: '', - + printName:'', } }, _initMethod: function () { @@ -49,6 +49,18 @@ errInfo: "规格不是有效数字" }, ], + 'editFeePrintSpecInfo.printName': [ + { + limit: "required", + param: "", + errInfo: "名称不能为空" + }, + { + limit: "maxLength", + param: "128", + errInfo: "名称太长" + }, + ], 'editFeePrintSpecInfo.content': [ { limit: "required", @@ -106,7 +118,7 @@ specCd: '', content: '', qrImg: '', - + printName:'', } } } diff --git a/public/pages/property/feePrintSpecManage/feePrintSpecManage.html b/public/pages/property/feePrintSpecManage/feePrintSpecManage.html index 053f6eaa0..f92581715 100755 --- a/public/pages/property/feePrintSpecManage/feePrintSpecManage.html +++ b/public/pages/property/feePrintSpecManage/feePrintSpecManage.html @@ -16,6 +16,7 @@ 图片 + 名称 规格 编码 操作 @@ -27,6 +28,7 @@ + {{feePrintSpec.printName}} {{feePrintSpec.specCd == '1010'?'催缴打印说明':'收据打印说明'}} {{feePrintSpec.printId}}