更新sn显示异常
This commit is contained in:
parent
20d7674bca
commit
6cd46e7d87
@ -63,9 +63,9 @@
|
|||||||
<uni-icons v-if="!isDisabled" type="arrowright" color="#6C7178" />
|
<uni-icons v-if="!isDisabled" type="arrowright" color="#6C7178" />
|
||||||
</view>
|
</view>
|
||||||
</picker> -->
|
</picker> -->
|
||||||
<dateTimePicker :placeholder="'请选择检查时间'" :disabled="isDisabled"
|
<dateTimePicker :placeholder="'请选择检查时间'" :disabled="isDisabled"
|
||||||
:start="startTime" :fields="'minute'" :default-value="addForm.inspectTime"
|
:start="startTime" :fields="'minute'" :default-value="addForm.inspectTime"
|
||||||
@change="bindPickerChange($event,'startTime')"
|
@change="bindPickerChange($event,'startTime')"
|
||||||
class="form-content">
|
class="form-content">
|
||||||
<view class="uni-input">
|
<view class="uni-input">
|
||||||
<!-- <text>{{addForm.inspectTime}}</text> -->
|
<!-- <text>{{addForm.inspectTime}}</text> -->
|
||||||
@ -193,7 +193,7 @@
|
|||||||
<uni-icons v-if="!isDisabled" type="arrowright" color="#6C7178" />
|
<uni-icons v-if="!isDisabled" type="arrowright" color="#6C7178" />
|
||||||
</view>
|
</view>
|
||||||
</picker> -->
|
</picker> -->
|
||||||
<dateTimePicker :placeholder="startTime" :disabled="isDisabled"
|
<dateTimePicker :placeholder="startTime" :disabled="isDisabled"
|
||||||
:start="startTime" fields="minute" :default-value="addForm.date"
|
:start="startTime" fields="minute" :default-value="addForm.date"
|
||||||
@change="bindPickerChange($event,'startTime2')" class="form-content">
|
@change="bindPickerChange($event,'startTime2')" class="form-content">
|
||||||
<view class="uni-input">
|
<view class="uni-input">
|
||||||
@ -482,11 +482,11 @@
|
|||||||
this.addForm.inspectTime = e.f3;
|
this.addForm.inspectTime = e.f3;
|
||||||
} else if (type == 'startTime2') {
|
} else if (type == 'startTime2') {
|
||||||
this.addForm.date = e.f3;
|
this.addForm.date = e.f3;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//确定选中--回显
|
//确定选中--回显
|
||||||
checkPointBtn(val, type) {
|
checkPointBtn(val, type) {
|
||||||
// type==1 责任区域
|
// type==1 责任区域
|
||||||
console.log(val, "下拉树形回显")
|
console.log(val, "下拉树形回显")
|
||||||
if (type == 1) {
|
if (type == 1) {
|
||||||
// console.log(this.checkPointList, val, this.personList)
|
// console.log(this.checkPointList, val, this.personList)
|
||||||
@ -554,7 +554,7 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
queryTypeList() {
|
queryTypeList() {
|
||||||
let sn = JSON.parse(uni.getStorageSync('userInfo')).headquartersSn
|
let sn = uni.getStorageSync('company').headquartersSn
|
||||||
let _this = this
|
let _this = this
|
||||||
this.sendRequest({
|
this.sendRequest({
|
||||||
url: 'xmgl/inspectType/list',
|
url: 'xmgl/inspectType/list',
|
||||||
@ -836,7 +836,7 @@
|
|||||||
let that = this
|
let that = this
|
||||||
if (this.pageType == 1) {
|
if (this.pageType == 1) {
|
||||||
let data = {
|
let data = {
|
||||||
projectSn: this.projectSn, //项目编号
|
projectSn: this.projectSn, //项目编号
|
||||||
reviewId: this.userId, //核查人ID--
|
reviewId: this.userId, //核查人ID--
|
||||||
createUser: this.userId, //创建人
|
createUser: this.userId, //创建人
|
||||||
dangerDesc: this.addForm.remark, //报警信息
|
dangerDesc: this.addForm.remark, //报警信息
|
||||||
@ -1375,4 +1375,4 @@
|
|||||||
width: 67%;
|
width: 67%;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user