parent
00c4e1572f
commit
cd6b395cc5
|
@ -27,7 +27,7 @@
|
||||||
params: {taskId:item.taskId,jobId:item.jobId,type,title,isView:'1'}
|
params: {taskId:item.taskId,jobId:item.jobId,type,title,isView:'1'}
|
||||||
})"/>
|
})"/>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-between">
|
<view class="flex-between quarantine">
|
||||||
<u-button type="primary" text="流程" size="mini" class="bth-mini"
|
<u-button type="primary" text="流程" size="mini" class="bth-mini"
|
||||||
@click="$u.route({
|
@click="$u.route({
|
||||||
url: '/pages/eight_assignments/technological_process',
|
url: '/pages/eight_assignments/technological_process',
|
||||||
|
@ -92,5 +92,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.quarantine {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
<u-radio :customStyle="{ marginLeft: '8px' }" label="否" name="0" />
|
<u-radio :customStyle="{ marginLeft: '8px' }" label="否" name="0" />
|
||||||
</u-radio-group>
|
</u-radio-group>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-form-item label="是否需要气体检测" props="IS_GAS_TESTING" borderBottom required>
|
<u-form-item label="是否需要气体检测" prop="IS_GAS_TESTING" borderBottom required>
|
||||||
<u-radio-group v-model="form.IS_GAS_TESTING" :customStyle="{ 'justify-content': 'flex-end' }" @change="fnRadioChange($event, 'IS_GAS_TESTING_NAME')">
|
<u-radio-group v-model="form.IS_GAS_TESTING" :customStyle="{ 'justify-content': 'flex-end' }" @change="fnRadioChange($event, 'IS_GAS_TESTING_NAME')">
|
||||||
<u-radio label="是" name="1" />
|
<u-radio label="是" name="1" />
|
||||||
<u-radio :customStyle="{ marginLeft: '8px' }" label="否" name="0" />
|
<u-radio :customStyle="{ marginLeft: '8px' }" label="否" name="0" />
|
||||||
|
@ -258,6 +258,9 @@ export default {
|
||||||
* 下一步所触发的按钮事件
|
* 下一步所触发的按钮事件
|
||||||
*/
|
*/
|
||||||
async fnSubmit() {
|
async fnSubmit() {
|
||||||
|
console.log('===============================')
|
||||||
|
console.log(this.form.IS_GAS_TESTING)
|
||||||
|
console.log('===============================')
|
||||||
await this.$refs.formRef.validate()
|
await this.$refs.formRef.validate()
|
||||||
this.form.HOT_WORK_METHOD_NAME = this.form.HOT_WORK_METHOD_ID
|
this.form.HOT_WORK_METHOD_NAME = this.form.HOT_WORK_METHOD_ID
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<view class="title">{{ questionnaireInfo.NAME }}</view>
|
<view class="title">{{ questionnaireInfo.NAME }}</view>
|
||||||
<uni-table border class="mt-10">
|
<uni-table border class="mt-10">
|
||||||
<uni-tr>
|
<uni-tr>
|
||||||
<uni-th>主要安全措施</uni-th>
|
<uni-th>安全措施</uni-th>
|
||||||
<uni-th width="200rpx">是否涉及</uni-th>
|
<uni-th width="200rpx">选项</uni-th>
|
||||||
</uni-tr>
|
</uni-tr>
|
||||||
<uni-tr v-for="(item,index) in items" :key="item.itemInfo.EW_RE_QUES_ITEM_ID">
|
<uni-tr v-for="(item,index) in items" :key="item.itemInfo.EW_RE_QUES_ITEM_ID">
|
||||||
<uni-td>
|
<uni-td>
|
||||||
|
|
Loading…
Reference in New Issue