2024->6->3->监护人、交底人、接受人看不到安全措施内容修复
parent
75fd840072
commit
ba7073d79e
|
@ -1,5 +1,6 @@
|
|||
//正式
|
||||
export var basePath = "https://skqhdg.porthebei.com:9004/qa-prevention-gwj/";
|
||||
// export var basePath = "https://skqhdg.porthebei.com:9004/qa-prevention-gwj/";
|
||||
export var basePath = 'http://192.168.0.49:8091/';
|
||||
export var baseImgPath = "https://skqhdg.porthebei.com:9004/file/";
|
||||
// export var basePath = "http://192.168.0.31:8991/qa-prevention-gwj/";
|
||||
// export var baseImgPath = "https://qgqy.qhdsafety.com/file/";
|
||||
|
|
|
@ -255,8 +255,8 @@ export default {
|
|||
{name: 'BOARD_INSTALL_CUSTODY_USER', message: '请输入监护人装'},
|
||||
{name: 'BOARD_DISASSEMBLE_CUSTODY_USER', message: '请输入监护人拆'},
|
||||
{name: 'WORK_PLACE',message:'请输入作业地点'},
|
||||
{name: 'LONGITUDE', message: '请选择作业坐标'},
|
||||
{name: 'LATITUDE', message: '请选择作业坐标'},
|
||||
// {name: 'LONGITUDE', message: '请选择作业坐标'},
|
||||
// {name: 'LATITUDE', message: '请选择作业坐标'},
|
||||
{name: 'WORK_UNIT_MANAGER_DEPARTMENT_NAME', message: '请选择作业单位负责人部门'},
|
||||
{name: 'OPERATION_UNIT_PERSONCHARGE_NAME', message: '请选择作业单位负责人'},
|
||||
{name: 'BRANCH_APPROVER_DEPARTMENT_NAME', message: '请选择分公司(中心)审批人部门'},
|
||||
|
|
|
@ -317,7 +317,7 @@ export default {
|
|||
},
|
||||
rules: [
|
||||
{name: 'NUMBERING', message: '请输入编号'},
|
||||
{name: 'HOISTING_LOCATION', message: '请输入吊装地点'},
|
||||
// {name: 'HOISTING_LOCATION', message: '请输入吊装地点'},
|
||||
{name: 'HOISTING_EQUIPMENT', message: '请输入吊装机具'},
|
||||
{name: 'LIFTING_OPERATION_MANAGER_NAME', message: '请选择吊装作业负责人'},
|
||||
{name: 'SAFETY_GUARDIAN_NAME', message: '请选择安全监护人'},
|
||||
|
@ -329,7 +329,7 @@ export default {
|
|||
{name: 'CONSTRUCTION_JOB_MANAGER_NAME', message: '请选择施工作业负责人'},
|
||||
{name: 'WORK_UNIT_MANAGER_NAME', message: '请选择作业单位负责人'},
|
||||
{name: 'BRANCH_APPROVER_NAME', message: '请选择分公司(中心)审批人'},
|
||||
{name: 'WORK_LONGITUDE', message: '请选择作业地点'},
|
||||
// {name: 'WORK_LONGITUDE', message: '请选择作业地点'},
|
||||
],
|
||||
treeNode: [],
|
||||
forbidEdit: false,
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
</view>
|
||||
</view>
|
||||
|
||||
<view class="wui-form-list" style="padding-top: 20upx;" v-if="pd.APPLY_STATUS > 1">
|
||||
<view class="wui-form-list" style="padding-top: 20upx;">
|
||||
<view class="wui-title" style="margin-left: 20upx;">
|
||||
<text class="text-semi">安全防护措施</text>
|
||||
</view>
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
|
||||
</view>
|
||||
|
||||
<view class="wui-form-list" style="padding-top: 20upx;" v-if="pd.APPLY_STATUS > 1">
|
||||
<view class="wui-form-list" style="padding-top: 20upx;">
|
||||
<view class="wui-title" style="margin-left: 20upx;">
|
||||
<text class="text-semi">安全防护措施</text>
|
||||
</view>
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
</view>
|
||||
|
||||
<view class="wui-form-list" style="padding-top: 20upx;" v-if="pd.APPLY_STATUS > 1">
|
||||
<view class="wui-form-list" style="padding-top: 20upx;">
|
||||
<view class="wui-title" style="margin-left: 20upx;">
|
||||
<text class="text-semi">安全防护措施</text>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue