diff --git a/src/views/myLogin.vue b/src/views/myLogin.vue
index 9f88e15..e624bca 100644
--- a/src/views/myLogin.vue
+++ b/src/views/myLogin.vue
@@ -121,7 +121,6 @@ export default {
},
methods: {
verifyAlert(text) {
- debugger
if (text === 'success') {
this.loginForm.verificationCode = true;
}else{
diff --git a/src/views/system/print/pdfTmpleateManage.vue b/src/views/system/print/pdfTmpleateManage.vue
index 56dff23..39c7c33 100644
--- a/src/views/system/print/pdfTmpleateManage.vue
+++ b/src/views/system/print/pdfTmpleateManage.vue
@@ -102,8 +102,8 @@
-
-
+
+
@@ -111,6 +111,30 @@
+
+
+
+
+ 业务单
+ 出入库单
+
+
+
+
+
+
+
+
+
+ 待校验
+ 待核对
+ 待审核
+ 已审核
+
+
+
+
+
@@ -268,6 +292,8 @@ const formJson = {
rowCount: 10,
qrcodeCount: 1,
remark: "",
+ bussinessType:null,
+ bussinessStatusList:[],
};
const moduleFormJson = {
id: "",
@@ -364,6 +390,12 @@ export default {
};
this.getList();
},
+ isCleck(){
+ if(this.formData.module!="2"){
+ this.formData.bussinessStatusList=[];
+ this.formData.bussinessType=null;
+ }
+ },
onSubmit() {
this.query.page = 1;
this.getList();