From f7de3e4451c2b6f64d847c2fff302d34771f2d29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com>
Date: Fri, 31 Mar 2023 16:35:29 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=A8=A1=E6=9D=BF=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/myLogin.vue | 1 -
src/views/system/print/pdfTmpleateManage.vue | 36 ++++++++++++++++++--
2 files changed, 34 insertions(+), 3 deletions(-)
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();