提交车辆

This commit is contained in:
X_Rian 2024-06-05 20:10:13 +08:00
parent 7a2c3a6dc9
commit 5e35c709af
3 changed files with 24 additions and 9 deletions

View File

@ -84,8 +84,8 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL ='http://101.43.164.214:45011/' //上海优益(上海建工)
// axios.defaults.baseURL = 'http://192.168.34.221:28888/' //郭圣雄本地
// axios.defaults.baseURL = 'http://192.168.34.221:28889/' //郭圣雄本地
// axios.defaults.baseURL = 'http://192.168.34.221:9111/' //郭圣雄本地
axios.defaults.baseURL = 'http://192.168.34.155:19111/' //彭洁本地
axios.defaults.baseURL = 'http://192.168.34.221:9111/' //郭圣雄本地
// axios.defaults.baseURL = 'http://192.168.34.155:19111/' //彭洁本地
// axios.defaults.baseURL = 'http://182.90.224.237:51234' //郭圣雄远程
// axios.defaults.baseURL = 'http://jxj.zhgdyun.com:61212/' //彭洁远程
// axios.defaults.baseURL ='http://101.43.164.214:45020/' //沈阳和盈
@ -385,4 +385,4 @@ function startLoading() {
function endLoading() {
loading.close()
}
}

View File

@ -50,10 +50,10 @@ export default new Vuex.Store({
// FILEURL:' http://101.43.164.214:11111/image/',// 百色
// UPLOADURL:'http://182.90.224.237:51234/upload/image/',
// FILEURL:'http://182.90.224.237:51234/image/',
UPLOADURL: "http://192.168.34.155:19111/upload/image/", // 洁本地
FILEURL: "http://192.168.34.155:19111/image/", //洁本地
// UPLOADURL: 'http://192.168.34.221:9111/upload/image/', // 郭圣雄本地
// FILEURL: 'http://192.168.34.221:9111/image/', //郭圣雄本地
// UPLOADURL: "http://192.168.34.155:19111/upload/image/", // 洁本地
// FILEURL: "http://192.168.34.155:19111/image/", //洁本地
UPLOADURL: 'http://192.168.34.221:9111/upload/image/', // 郭圣雄本地
FILEURL: 'http://192.168.34.221:9111/image/', //郭圣雄本地
// WORKFLOWURL: "http://192.168.34.138:88/#/workspace/forms", //坤工作流地址(本地)
WORKFLOWURL: "http://192.168.34.126:88/#/workspace/forms", //罗峰工作流地址(本地)
// UPLOADURL:'http://182.90.224.237:51234/upload/image/',// 郭圣雄远程
@ -357,4 +357,4 @@ export default new Vuex.Store({
// sideMenu,
// imgReview
},
});
});

View File

@ -952,7 +952,7 @@
</div> -->
<div style="height: 420px">
<vue-scroll>
<div style="width: 800px">
<div style="width: 800px;position: relative;">
<!-- 隐患记录 超期整改 -->
<div class="headerLeft">车辆记录详情</div>
<div class="detailBox">
@ -1224,6 +1224,16 @@
</el-col>
</el-row>
</div>
<div class="carQrCode">
<img
:preview="$store.state.FILEURL + entityDetail.carQrCode"
:src="$store.state.FILEURL + entityDetail.carQrCode"
alt=""
width="60px"
height="60px"
style="margin-right: 10px"
/>
</div>
</div>
</vue-scroll>
</div>
@ -2151,6 +2161,11 @@ export default {
</script>
<style lang="scss" scoped>
.carQrCode {
position: absolute;
top: 40px;
right: 10px;
}
.operationText {
margin-right: 10px;
}