mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 13:56:05 +08:00
优化代码
This commit is contained in:
parent
a912219637
commit
25a4df25b7
@ -6,7 +6,7 @@
|
||||
<div class="ibox-content">
|
||||
<div>
|
||||
<div>
|
||||
<div class="form-group row" >
|
||||
<div class="form-group row" v-if="finishRepairInfo.repairObjType == '004'">
|
||||
<label class="col-sm-2 col-form-label">是否收费</label>
|
||||
<div class="col-sm-10">
|
||||
<select class="custom-select" v-model="finishRepairInfo.feeFlag">
|
||||
|
||||
@ -7,7 +7,8 @@
|
||||
repairType: '',
|
||||
context: '',
|
||||
feeFlag: '200',
|
||||
amount: 0.0
|
||||
amount: 0.0,
|
||||
repairObjType:''
|
||||
}
|
||||
},
|
||||
_initMethod: function () {
|
||||
@ -17,6 +18,7 @@
|
||||
vc.on('finishRepair', 'openFinishRepairModal', function (_repair) {
|
||||
$that.finishRepairInfo.repairType = _repair.repairType;
|
||||
$that.finishRepairInfo.repairId = _repair.repairId;
|
||||
$that.finishRepairInfo.repairObjType = _repair.repairObjType;
|
||||
$('#finishRepairModel').modal('show');
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user