From 79b8fd1acd4d6b94d6ee9bfb06b3547313be07f1 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: Thu, 22 Jul 2021 09:26:13 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=89=93=E5=8D=B0=E5=90=8D?=
=?UTF-8?q?=E7=A7=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../addFeePrintSpec/addFeePrintSpec.html | 19 +++++++++++++------
.../addFeePrintSpec/addFeePrintSpec.js | 14 ++++++++++++++
.../editFeePrintSpec/editFeePrintSpec.html | 7 +++++++
.../editFeePrintSpec/editFeePrintSpec.js | 16 ++++++++++++++--
.../feePrintSpecManage.html | 2 ++
5 files changed, 50 insertions(+), 8 deletions(-)
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 @@
+