1
This commit is contained in:
parent
118ff4c71c
commit
0077e48d53
@ -240,7 +240,7 @@
|
||||
</view>
|
||||
</uni-collapse-item>
|
||||
<uni-collapse-item title="辨识岗位" name="Detail Posts">
|
||||
<u-button type="primary" @click="handleNewPost(item)" color="#3d4b70">新增辨识层级</u-button>
|
||||
<u-button type="primary" @click="handleNewPost(item)" color="#3d4b70">新增辨识岗位</u-button>
|
||||
<view v-if="item.Nav_DetailDeparts&&item.Nav_DetailDeparts.length>0">
|
||||
|
||||
<view v-for="(item1,index1) in item.Nav_DetailDeparts.filter(i => !i.IS_DELETED)" style="padding: 10px;">
|
||||
@ -299,7 +299,7 @@
|
||||
</uni-collapse>
|
||||
</view>
|
||||
</view>
|
||||
<u-button text="新增检查区域" type="primary" @click="handleNewCheckContent"></u-button>
|
||||
<u-button text="新增辨识区域" type="primary" @click="handleNewCheckContent"></u-button>
|
||||
</u--form>
|
||||
</view>
|
||||
<view style="padding: 10px 16px;display: flex;flex-direction: row;" v-if="stepsPageList === 1" class="bottom-button">
|
||||
@ -1236,20 +1236,6 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
if (!item.EVALUATE_SCORE) {
|
||||
uni.showToast({
|
||||
title: '顺序' + i + '分值D不能为空',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
if (!item.EVALUATE_LEVEL) {
|
||||
uni.showToast({
|
||||
title: '顺序' + i + '风险等级不能为空',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
if (item.Nav_DoubleDetailMeasures.filter(i => !i.IS_DELETED).length !== 0) {
|
||||
for (let item1 of item.Nav_DoubleDetailMeasures.filter(i => !i.IS_DELETED)) {
|
||||
if (!item1.MEASURES_NAME) {
|
||||
@ -1353,13 +1339,6 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
if (!item1.USER_ID) {
|
||||
uni.showToast({
|
||||
title: '顺序' + i + '管控责任人不能为空',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
if (item.Nav_DetailDeparts.filter(i => !i.IS_DELETED).length !== 0) {
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
<!-- <u-icon style="margin-left: 4px;" slot="right" name="arrow-down" size="12">
|
||||
</u-icon> -->
|
||||
</u-form-item>
|
||||
<u-form-item label="评价要求">
|
||||
<u-form-item label="评估要求">
|
||||
<!-- <u--input v-model="(dataModel.Nav_Require||{}).NAME" disabled disabledColor="#ffffff" inputAlign="right" fontSize="14px" border="none">
|
||||
</u--input> -->
|
||||
<!-- <u-icon style="margin-left: 4px;" slot="right" name="arrow-down" size="12">
|
||||
@ -156,7 +156,7 @@
|
||||
</view>
|
||||
</uni-collapse-item>
|
||||
<uni-collapse-item title="辨识岗位" name="Detail Posts">
|
||||
<u-button type="primary" @click="handleNewPost(item)" color="#3d4b70">新增辨识层级</u-button>
|
||||
<u-button type="primary" @click="handleNewPost(item)" color="#3d4b70">新增辨识岗位</u-button>
|
||||
<view v-if="item.Nav_DetailPosts&&item.Nav_DetailPosts.length>0">
|
||||
|
||||
<view v-for="(item1,index1) in item.Nav_DetailPosts.filter(i => !i.IS_DELETED)" style="padding: 10px;">
|
||||
@ -215,7 +215,7 @@
|
||||
</uni-collapse>
|
||||
</view>
|
||||
</view>
|
||||
<u-button text="新增检查区域" type="primary" @click="handleNewCheckContent"></u-button>
|
||||
<u-button text="新增辨识区域" type="primary" @click="handleNewCheckContent"></u-button>
|
||||
</u--form>
|
||||
</view>
|
||||
<view style="padding: 10px 16px;display: flex;flex-direction: row;" v-if="stepsPageList === 1" class="bottom-button">
|
||||
@ -920,20 +920,6 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
if (!item.EVALUATE_SCORE) {
|
||||
uni.showToast({
|
||||
title: '顺序' + i + '分值D不能为空',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
if (!item.EVALUATE_LEVELName) {
|
||||
uni.showToast({
|
||||
title: '顺序' + i + '风险等级不能为空',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
if (item.Nav_DetailMeasures.filter(i => !i.IS_DELETED).length !== 0) {
|
||||
for (let item1 of item.Nav_DetailMeasures.filter(i => !i.IS_DELETED)) {
|
||||
if (!item1.MEASURES_NAME) {
|
||||
|
||||
@ -103,7 +103,7 @@
|
||||
</view>
|
||||
</uni-collapse-item>
|
||||
<uni-collapse-item title="辨识岗位" name="Docs guide">
|
||||
<u-button type="primary" @click="handleNewPost(item)" color="#3d4b70">新增辨识层级</u-button>
|
||||
<u-button type="primary" @click="handleNewPost(item)" color="#3d4b70">新增辨识岗位</u-button>
|
||||
<view v-if="item.Nav_DetailPosts&&item.Nav_DetailPosts.length>0">
|
||||
|
||||
<view v-for="(item1,index1) in item.Nav_DetailPosts.filter(i => !i.IS_DELETED)" style="padding: 10px;">
|
||||
@ -147,7 +147,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view style="padding: 10px 16px;display: flex;flex-direction: row;">
|
||||
<u-button type="primary" @click="handleNewCheckContent" color="#3d4b70">新增检查区域</u-button>
|
||||
<u-button type="primary" @click="handleNewCheckContent" color="#3d4b70">新增辨识区域</u-button>
|
||||
<u-button type="primary" @click="handleNewCheckList" color="#3d4b70" style="margin-left: 5px;">导入企业库内容</u-button>
|
||||
</view>
|
||||
</u--form>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user