结算页面导出问题优化

This commit is contained in:
BianLzhaoMin 2024-08-07 10:14:00 +08:00
parent 11f213ea1f
commit 2e03612581
4 changed files with 13 additions and 2 deletions

View File

@ -142,6 +142,12 @@
<span v-if="scope.row.sltStatus == '3'">已审核</span>
</template>
</el-table-column>
<el-table-column
label="备注"
align="center"
prop="remark"
:show-overflow-tooltip="true"
/>
<!-- <el-table-column label="租赁期限(天)" align="center" prop="leaseDay" :show-overflow-tooltip="true" />
<el-table-column label="授权人" align="center" prop="authPerson" :show-overflow-tooltip="true" />
<el-table-column label="联系电话 " align="center" prop="phone" :show-overflow-tooltip="true" />

View File

@ -509,11 +509,14 @@ export default {
deptName: undefined,
applyVisible: false,
applyList: [],
rowData: [],
}
},
created() {
this.Id = this.$route.query.Id
this.getDataAll()
let arr = JSON.parse(this.$route.query.rowData)
this.rowData = arr
// this.getUnitList();
// this.getProjectList();
},

View File

@ -324,10 +324,12 @@ export default {
},
//
handleExame(row) {
let arr = [row]
this.$tab.closeOpenPage({
path: '/cost/cost/costExame',
query: {
Id: row.id,
rowData: JSON.stringify(arr),
},
})
},

View File

@ -43,9 +43,9 @@ module.exports = {
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
// target: `https://z.csgmall.com.cn`,
// target: `http://192.168.2.134:28080`, //超
target: `http://192.168.2.154:28080`, //超
// target: `http://10.40.92.81:28080`, //韩/
target: `http://192.168.2.82:28080`,//旭/
// target: `http://192.168.2.82:28080`,//旭/
// target: `http://192.168.2.248:28080`, //帅
// target: `http://192.168.2.209:28080`, //福
// target: `http://192.168.2.114:39080`, //王