038d5b0e by zrj

8.18 hebing

1 parent 1f7ee987
<template>
<div class="pd20">
<div style="margin-bottom: 20px">
<el-button type="primary" @click="downloadAll">合并生成缴费单</el-button>
<!-- <el-button type="primary" @click="showDialog">合并上传缴费单</el-button>-->
<el-button type="primary" @click="downloadAll">{{ language == 0 ? '合并生成缴费单' : 'Download Consolidated Invoice' }}</el-button>
<el-button type="primary" @click="showDialog">合并上传缴费单</el-button>
</div>
<div v-for="b in list" class="item">
<div class="title">
......
......@@ -535,6 +535,22 @@ const submit = async () => {
ElMessage.warning(`Please specify Date OF Departure position`)
return;
}
if (!row.lastName) {
ElMessage.warning(`Please specify lastName`)
return;
}
if (!row.fristName) {
ElMessage.warning(`Please specify fristName`)
return;
}
if (!row.birthday) {
ElMessage.warning(`Please specify birth`)
return;
}
if (!row.issueDate) {
ElMessage.warning(`Please specify issueDate`)
return;
}
}
if (form.value.files && Array.isArray(form.value.files)) {
......
......@@ -84,8 +84,8 @@ export default defineConfig(({mode, command}) => {
},
'/dev-api': {
// target: 'http://192.168.1.118:8082/',
target: 'http://192.168.1.22:8082',
// target: 'https://tk005.wxjylt.com/stage-api',
// target: 'http://192.168.1.22:8082',
target: 'https://tk005.wxjylt.com/stage-api',
// target: 'http://124.70.181.90:1880/stage-api',
// target: 'https://sys.2025wtcwuxi.com/stage-api/',
changeOrigin: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!