| | |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="14"> |
| | | <el-col :span="15"> |
| | | <el-form-item label="结账时间" prop="tollCollectorName" style="display: flex;"> |
| | | <el-date-picker v-model="value1" type="datetimerange" start-placeholder="起止日期" end-placeholder="终止日期" :default-time="['00:00:00', '23:00:00']" |
| | | format="yyyy-MM-dd HH:mm:ss" |
| | |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <el-form ref="form" :model="form" :rules="rules" label-width="80px" :label-position="labelPosition"> |
| | | <el-form ref="form" :model="form" :rules="rules" label-width="80px" :label-position="labelPosition" v-show="top"> |
| | | <el-row> |
| | | <el-col :span="20"> |
| | | <el-form-item label="户口地址" prop="addr"> |
| | |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <el-form ref="form" :model="form" :rules="rules" label-width="80px" :label-position="labelPosition"> |
| | | <el-form ref="form" :model="form" :rules="rules" label-width="80px" :label-position="labelPosition" v-show="top"> |
| | | <el-row> |
| | | <el-col :span="20"> |
| | | <el-form-item label="现住址" prop="cusAddr"> |
| | |
| | | </el-form> |
| | | </template> |
| | | |
| | | <div style="text-align: center; margin-bottom: 10px; margin-right: 800px"> |
| | | |
| | | <div style="text-align: center; margin-bottom: 10px; "> |
| | | 已选项目列表 |
| | | </div> |
| | | <div style=" |
| | |
| | | // detail: https://cli.vuejs.org/config/#devserver-proxy |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | //target: `https://ltpeis.xaltjdkj.cn:5501/prod-api/getInfo`, |
| | | // target: `http://192.168.0.101:5011`, |
| | | target: `http://192.168.0.101:5011`, |
| | | // // target: `http://192.168.0.99:8080/ltkj-admin`, |
| | | target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`, |
| | | // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`, |
| | | changeOrigin: true, |
| | | pathRewrite: { |
| | | ['^' + process.env.VUE_APP_BASE_API]: '' |