From b6809f71253a524d81c086ef1293acafdaba395e Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 12 九月 2023 15:45:07 +0800
Subject: [PATCH] 修改前端页面
---
src/components/page/ticket/index.vue | 2 +-
src/components/page/street/index.vue | 2 +-
src/libs/word.js | 2 +-
vue.config.js | 1 +
src/components/page/invoice/invoiceForm.vue | 6 +++---
public/words/administratorReturn.docx | 0
src/components/page/ticket/ticket-form.vue | 21 ++++++---------------
public/words/administrativeDecisionLetter.docx | 0
8 files changed, 13 insertions(+), 21 deletions(-)
diff --git a/public/words/administrativeDecisionLetter.docx b/public/words/administrativeDecisionLetter.docx
index 5cb1782..6465854 100644
--- a/public/words/administrativeDecisionLetter.docx
+++ b/public/words/administrativeDecisionLetter.docx
Binary files differ
diff --git a/public/words/administratorReturn.docx b/public/words/administratorReturn.docx
index f82fbab..1b77c8d 100644
--- a/public/words/administratorReturn.docx
+++ b/public/words/administratorReturn.docx
Binary files differ
diff --git a/src/components/page/invoice/invoiceForm.vue b/src/components/page/invoice/invoiceForm.vue
index aa14c05..26536fc 100644
--- a/src/components/page/invoice/invoiceForm.vue
+++ b/src/components/page/invoice/invoiceForm.vue
@@ -106,7 +106,7 @@
},
getByCarNo() {
this.invoiceData = []
- let url = this.$systemconfig.basePath + '/orderrecord/getByCarNo';
+ let url = this.$systemconfig.basePath + '/ffzf/orderrecord/getByCarNo';
let params = {
carNo: this.$route.query.carNo,
phone: this.$route.query.phone,
@@ -164,7 +164,7 @@
alert("璇疯嚦灏戦�夋嫨涓�椤�")
}else {
if(this.filedId.length == 1) {
- let url = this.$systemconfig.basePath + '/fileInfo/download/downloadPng';
+ let url = this.$systemconfig.basePath + '/ffzf/fileInfo/download/downloadPng';
this.filedId.forEach(item => {
let param = {
fileId : item
@@ -187,7 +187,7 @@
})
}else if(this.filedId.length > 1) {
let result = this.filedId.join(",")
- let url = this.$systemconfig.basePath + '/fileInfo/download/downloadZips';
+ let url = this.$systemconfig.basePath + '/ffzf/fileInfo/download/downloadZips';
let param = {
fileIds : result
}
diff --git a/src/components/page/street/index.vue b/src/components/page/street/index.vue
index 4f2c648..f392c6c 100644
--- a/src/components/page/street/index.vue
+++ b/src/components/page/street/index.vue
@@ -151,7 +151,7 @@
this.loadSelect();
},
loadSelect(){
- this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findList', {}, res => {
+ this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findList2', {}, res => {
this.select3 = res.data
})
},
diff --git a/src/components/page/ticket/index.vue b/src/components/page/ticket/index.vue
index 283cc32..fc44d61 100644
--- a/src/components/page/ticket/index.vue
+++ b/src/components/page/ticket/index.vue
@@ -235,7 +235,7 @@
},
// 鏂板 / 淇敼
addOrUpdateHandle2 (row) {
- if(row.personName != null){
+ if(row.personName != null && row.personName != ''){
this.addOrUpdateVisible2 = true
this.$nextTick(() => {
this.$refs.addOrUpdate2.init(row.id)
diff --git a/src/components/page/ticket/ticket-form.vue b/src/components/page/ticket/ticket-form.vue
index 888807d..1c1efb1 100644
--- a/src/components/page/ticket/ticket-form.vue
+++ b/src/components/page/ticket/ticket-form.vue
@@ -8,7 +8,6 @@
v-dialogDrag>
<el-form :model="dataForm" :rules="dataRule" ref="dataForm" @keyup.enter.native="dataFormSubmit()"
label-width="140px">
- <el-row>
<!-- <el-col :span="12">-->
<!-- <el-form-item label="骞翠唤">-->
<!-- <el-date-picker-->
@@ -36,30 +35,22 @@
</el-form-item>
</el-col>-->
- <el-col :span="12">
<el-form-item label="褰撲簨浜�" prop="personName">
<el-input v-model="dataForm.personName" placeholder="璇疯緭鍏ュ綋浜嬩汉"></el-input>
</el-form-item>
- </el-col>
- <el-col :span="12">
+
<el-form-item label="韬唤璇佸彿鐮�" prop="idCard">
<el-input v-model="dataForm.idCard" placeholder="璇疯緭鍏ヨ韩浠借瘉鍙风爜"></el-input>
</el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="12">
<el-form-item label="浣忓潃" prop="personAddress">
<el-input v-model="dataForm.personAddress" placeholder="璇疯緭鍏ヤ綇鍧�"></el-input>
</el-form-item>
- </el-col>
- <el-col :span="12">
- <el-form-item label="鎵ц鏈熼檺" prop="days">
- <el-input v-model="dataForm.days" placeholder="璇疯緭鍏ユ墽琛屾湡闄�"></el-input>
- </el-form-item>
- </el-col>
- </el-row>
+<!-- -->
+<!-- <el-form-item label="鎵ц鏈熼檺" prop="days">-->
+<!-- <el-input v-model="dataForm.days" placeholder="璇疯緭鍏ユ墽琛屾湡闄�"></el-input>-->
+<!-- </el-form-item>-->
+
<!-- <el-row>-->
<!-- <el-col :span="12">-->
<!-- <el-form-item label="鎵ф硶浜哄憳" prop="zfName1">-->
diff --git a/src/libs/word.js b/src/libs/word.js
index 830a592..9b52e2a 100644
--- a/src/libs/word.js
+++ b/src/libs/word.js
@@ -275,7 +275,7 @@
if(imgSize.hasOwnProperty(tagName)) {
return imgSize[tagName]
}else {
- return [300,300]
+ return [70,40]
}
}
diff --git a/vue.config.js b/vue.config.js
index 552ad37..6b16215 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -12,6 +12,7 @@
productionSourceMap: false,
devServer: {
sockHost: 'localhost',
+ port: 8082,
disableHostCheck: true,
proxy: {
'/':{
--
Gitblit v1.9.1