Your Name 2021-12-04 11:36:10 +08:00
commit 636ab3fddd
5 changed files with 66 additions and 78 deletions

View File

@ -60,9 +60,9 @@
<div class="col-sm-10">
<input v-model="addHousekeepingTypeInfo.url" type="text" placeholder="选填请填写URL"
class="form-control">
<label>请使用浏览器打开商城,复制#号已后的全部地址。如:/pages/market/market...直至结束</label>
<label v-if="addHousekeepingTypeInfo.skipType == '2'">请使用浏览器打开手机商城,复制#号已后的全部地址。如:/pages/market/market...直至结束</label>
<label v-if="addHousekeepingTypeInfo.skipType == '3'">输入外部完整地址需加上http或者https。</label>
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">排序</label>

View File

@ -61,7 +61,8 @@
<div class="col-sm-10">
<input v-model="editHousekeepingTypeInfo.url" type="text" placeholder="选填请填写URL"
class="form-control">
<label>请使用浏览器打开商城,复制#号已后的全部地址。如:/pages/market/market...直至结束</label>
<label v-if="editHousekeepingTypeInfo.skipType == '2'">请使用浏览器打开手机商城,复制#号已后的全部地址。如:/pages/market/market...直至结束</label>
<label v-if="editHousekeepingTypeInfo.skipType == '3'">输入外部完整地址需加上http或者https。</label>
</div>
</div>
<div class="form-group row">

View File

@ -10,8 +10,8 @@
formJson: {},
conditions: {},
flowId: '',
file: '',
realFile: ''
fileName: '',
realFileName: ''
}
},
_initMethod: function() {},
@ -21,7 +21,7 @@
vc.component._listOaWorkflowForm(DEFAULT_PAGE, DEFAULT_ROWS);
});
vc.on('newOaWorkflowForm', 'newOaWorkflowForm', 'fileName', function(_param) {
vc.on('newOaWorkflowForm', 'fileName', function(_param) {
$that.newOaWorkflowFormInfo.fileName = _param.fileName;
$that.newOaWorkflowFormInfo.realFileName = _param.realFileName;
})
@ -68,7 +68,6 @@
let node = document.querySelector('.form .uploadFile');
const submitBtn = document.querySelector('.form .fjs-form-field-button');
submitBtn.parentNode.insertBefore(node, submitBtn);
let node = document.querySelector('.form .uploadFile');
});
},
_submitFormData(_data, _err) {

View File

@ -5,32 +5,25 @@
<div class="ibox-title">
<h5>{{listRoomCreateFeeInfo.roomName}}费用</h5>
<div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_openProxyFeeModal()" v-if="listRoomCreateFeeInfo.hireOwnerFee == '0'">
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px" v-on:click="_openProxyFeeModal()" v-if="listRoomCreateFeeInfo.hireOwnerFee == '0'">
代收费用
</button>
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_openAddMeterWaterModal()" v-if="listRoomCreateFeeInfo.hireOwnerFee == '0'">
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px" v-on:click="_openAddMeterWaterModal()" v-if="listRoomCreateFeeInfo.hireOwnerFee == '0'">
水电抄表
</button>
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_openRoomCreateFeeAddModal()"
v-if="listRoomCreateFeeInfo.hireOwnerFee == '0'">
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px" v-on:click="_openRoomCreateFeeAddModal()" v-if="listRoomCreateFeeInfo.hireOwnerFee == '0'">
创建费用
</button>
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_toOwnerPayFee()" v-if="listRoomCreateFeeInfo.hireOwnerFee == '0'">
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px" v-on:click="_toOwnerPayFee()" v-if="listRoomCreateFeeInfo.hireOwnerFee == '0'">
欠费缴费
</button>
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px"
v-on:click="_goBack()">
<button type="button" class="btn btn-primary btn-sm" style="margin-left:10px" v-on:click="_goBack()">
返回
</button>
</div>
</div>
<div class="ibox-content">
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px"
data-page-size="10">
<table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px" data-page-size="10">
<thead>
<tr>
<th class="text-center">费用项目</th>
@ -80,17 +73,12 @@
</td>
<td class="text-center">{{fee.stateName}}</td>
<td class="text-center">
<button class="btn btn-link btn-xs"
v-if="fee.state != '2009001' && vc.hasPrivilege('502020082314267912')"
v-on:click="_payFee(fee)">缴费
<button class="btn btn-link btn-xs" v-if="fee.state != '2009001' && vc.hasPrivilege('502020082314267912')" v-on:click="_payFee(fee)">缴费
</button>
<button class="btn btn-link btn-xs" v-on:click="_payFeeHis(fee)">缴费历史</button>
<button class="btn btn-link btn-xs" v-if="vc.hasPrivilege('502020090604200029')"
v-on:click="_deleteFee(fee)">取消费用
<button class="btn btn-link btn-xs" v-if="vc.hasPrivilege('502020090604200029')" v-on:click="_deleteFee(fee)">取消费用
</button>
<button class="btn btn-link btn-xs"
v-if="fee.state != '2009001' && vc.hasPrivilege('502020090427190001')"
v-on:click="_editFee(fee)">费用变更
<button class="btn btn-link btn-xs" v-if="fee.state != '2009001' && vc.hasPrivilege('502020090427190001')" v-on:click="_editFee(fee)">费用变更
</button>
</td>
</tr>

View File

@ -42,7 +42,7 @@
<div class="row">
<div class="col-sm-4" v-for="(item,index) in newOaWorkflowDetailInfo.files">
<div class="form-group">
<a class="col-form-label" :href="item.fileName">{{item.realFileName}}</a>
<a class="col-form-label" :href="item.realFileName">{{item.fileName}}</a>
</div>
</div>
</div>