质量管理-字段ID精度修改
This commit is contained in:
parent
91176aa6f3
commit
955b0a3630
@ -48,12 +48,12 @@ export default new Vuex.Store({
|
|||||||
BASEURL: baseUrl
|
BASEURL: baseUrl
|
||||||
? baseUrl
|
? baseUrl
|
||||||
: window.location.protocol + "//" + window.location.host + "/", //正式环境
|
: window.location.protocol + "//" + window.location.host + "/", //正式环境
|
||||||
UPLOADURL:
|
// UPLOADURL:
|
||||||
window.location.protocol +
|
// window.location.protocol +
|
||||||
"//" +
|
// "//" +
|
||||||
window.location.host +
|
// window.location.host +
|
||||||
"/upload/image", //正式环境
|
// "/upload/image", //正式环境
|
||||||
FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
|
// FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
|
||||||
//---------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------
|
||||||
// BASEURL: baseUrl
|
// BASEURL: baseUrl
|
||||||
// ? baseUrl
|
// ? baseUrl
|
||||||
@ -85,8 +85,8 @@ export default new Vuex.Store({
|
|||||||
// UPLOADURL:'http://'+"61.190.32.219:9050"+'/upload/image',//正式
|
// UPLOADURL:'http://'+"61.190.32.219:9050"+'/upload/image',//正式
|
||||||
// FILEURL:'http://'+"61.190.32.219:9050"+'/image/',//正式
|
// FILEURL:'http://'+"61.190.32.219:9050"+'/image/',//正式
|
||||||
// FILEURL:'http://'+"47.97.202.104:6023"+'/image/',//正式
|
// FILEURL:'http://'+"47.97.202.104:6023"+'/image/',//正式
|
||||||
// UPLOADURL: 'http://182.90.224.147:100/upload/image',//演示平台
|
UPLOADURL: 'http://182.90.224.147:100/upload/image',//演示平台
|
||||||
// FILEURL: 'http://182.90.224.147:100/image/',//演示平台
|
FILEURL: 'http://182.90.224.147:100/image/',//演示平台
|
||||||
// UPLOADURL: 'http://116.169.63.183:7070/upload/image',//三江集团
|
// UPLOADURL: 'http://116.169.63.183:7070/upload/image',//三江集团
|
||||||
// FILEURL: 'http://116.169.63.183:7070/image/',//三江集团
|
// FILEURL: 'http://116.169.63.183:7070/image/',//三江集团
|
||||||
|
|
||||||
|
|||||||
@ -417,7 +417,7 @@
|
|||||||
>
|
>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="分部工程" prop="subsectionId">
|
<!-- <el-form-item label="分部工程" prop="subsectionId">
|
||||||
<el-select
|
<el-select
|
||||||
:disabled="type == 'detail'"
|
:disabled="type == 'detail'"
|
||||||
v-model="addForm1.subsectionId"
|
v-model="addForm1.subsectionId"
|
||||||
@ -465,7 +465,7 @@
|
|||||||
v-model="addForm1.floor"
|
v-model="addForm1.floor"
|
||||||
>
|
>
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item> -->
|
||||||
<el-form-item label="事件描述" prop="addedDescription">
|
<el-form-item label="事件描述" prop="addedDescription">
|
||||||
<el-input
|
<el-input
|
||||||
:disabled="type == 'detail'"
|
:disabled="type == 'detail'"
|
||||||
@ -584,7 +584,7 @@
|
|||||||
>
|
>
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<!-- <el-form-item
|
||||||
v-if="COMPANY != 'longguang'"
|
v-if="COMPANY != 'longguang'"
|
||||||
:label="$t('message.quality.drawingPositioning')"
|
:label="$t('message.quality.drawingPositioning')"
|
||||||
>
|
>
|
||||||
@ -596,7 +596,7 @@
|
|||||||
>{{ $t('message.quality.positionOnTheDrawing') }}</el-button
|
>{{ $t('message.quality.positionOnTheDrawing') }}</el-button
|
||||||
>
|
>
|
||||||
{{ $t('message.quality.selectDrawings') }}
|
{{ $t('message.quality.selectDrawings') }}
|
||||||
</el-form-item>
|
</el-form-item> -->
|
||||||
<el-form-item
|
<el-form-item
|
||||||
:label="$t('message.quality.subContractor')"
|
:label="$t('message.quality.subContractor')"
|
||||||
prop="enterpriseName"
|
prop="enterpriseName"
|
||||||
@ -738,7 +738,7 @@
|
|||||||
v-for="item in crewList"
|
v-for="item in crewList"
|
||||||
:key="item.userId"
|
:key="item.userId"
|
||||||
:label="item.workerName"
|
:label="item.workerName"
|
||||||
:value="Number(item.userId)"
|
:value="item.userId"
|
||||||
>
|
>
|
||||||
<!-- <span style="float: left">{{ item.workerName }}</span>
|
<!-- <span style="float: left">{{ item.workerName }}</span>
|
||||||
<span
|
<span
|
||||||
@ -1651,9 +1651,9 @@ export default {
|
|||||||
text = pathLabels[i]
|
text = pathLabels[i]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (data.dutyId) {
|
// if (data.dutyId) {
|
||||||
this.addForm1.changeId = Number(data.dutyId)
|
// this.addForm1.changeId = Number(data.dutyId)
|
||||||
}
|
// }
|
||||||
this.addForm1.regionName = text
|
this.addForm1.regionName = text
|
||||||
// console.log(data.intendanceIds.split(','))
|
// console.log(data.intendanceIds.split(','))
|
||||||
// console.log(text)
|
// console.log(text)
|
||||||
@ -1662,9 +1662,9 @@ export default {
|
|||||||
if (this.addForm1.notifyPerson > 0) {
|
if (this.addForm1.notifyPerson > 0) {
|
||||||
this.addForm1.notifyPerson = []
|
this.addForm1.notifyPerson = []
|
||||||
}
|
}
|
||||||
this.addForm1.notifyPerson.push(
|
// this.addForm1.notifyPerson.push(
|
||||||
Number(data.intendanceIds.split(',')[j])
|
// Number(data.intendanceIds.split(',')[j])
|
||||||
)
|
// )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(data.intendanceIds)
|
console.log(data.intendanceIds)
|
||||||
@ -1681,9 +1681,9 @@ export default {
|
|||||||
text = pathLabels[i]
|
text = pathLabels[i]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (data.dutyId) {
|
// if (data.dutyId) {
|
||||||
this.addForm2.changeId = Number(data.dutyId)
|
// this.addForm2.changeId = Number(data.dutyId)
|
||||||
}
|
// }
|
||||||
this.addForm1.regionName = text
|
this.addForm1.regionName = text
|
||||||
}
|
}
|
||||||
// this.addForm1.inspectManId = this.checkPointList
|
// this.addForm1.inspectManId = this.checkPointList
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user