Merge branch 'master' of http://122.51.230.86:3000/dianliang/lanan-repair-app
This commit is contained in:
commit
c03f00cf94
@ -100,15 +100,15 @@ export default {
|
||||
},
|
||||
open() {},
|
||||
noFun() {
|
||||
this.handleAudit('05')
|
||||
this.handleAudit('02')
|
||||
},
|
||||
yesFun() {
|
||||
this.handleAudit('02')
|
||||
this.handleAudit('01')
|
||||
},
|
||||
|
||||
/**
|
||||
* 审批接口
|
||||
* @param flag"02:审批通过","05:驳回"
|
||||
* @param flag"01:审批通过","02:驳回"
|
||||
*/
|
||||
handleAudit(flag){
|
||||
this.formData['status'] = flag
|
||||
|
@ -18,7 +18,7 @@
|
||||
<view class="list">
|
||||
<view v-for="(item, index) in wares" :key="index" class="listItem">
|
||||
<view class="repairName">
|
||||
<radio @click="chooseItem(item)" :checked="item.isSelected"/>
|
||||
<radio @click="chooseItem(item)" v-if="isToBeReviewed" :checked="item.isSelected"/>
|
||||
{{ item.waresName }}
|
||||
</view>
|
||||
<view class="repairBottom">
|
||||
|
Loading…
Reference in New Issue
Block a user