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() {},
|
open() {},
|
||||||
noFun() {
|
noFun() {
|
||||||
this.handleAudit('05')
|
this.handleAudit('02')
|
||||||
},
|
},
|
||||||
yesFun() {
|
yesFun() {
|
||||||
this.handleAudit('02')
|
this.handleAudit('01')
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 审批接口
|
* 审批接口
|
||||||
* @param flag"02:审批通过","05:驳回"
|
* @param flag"01:审批通过","02:驳回"
|
||||||
*/
|
*/
|
||||||
handleAudit(flag){
|
handleAudit(flag){
|
||||||
this.formData['status'] = flag
|
this.formData['status'] = flag
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<view class="list">
|
<view class="list">
|
||||||
<view v-for="(item, index) in wares" :key="index" class="listItem">
|
<view v-for="(item, index) in wares" :key="index" class="listItem">
|
||||||
<view class="repairName">
|
<view class="repairName">
|
||||||
<radio @click="chooseItem(item)" :checked="item.isSelected"/>
|
<radio @click="chooseItem(item)" v-if="isToBeReviewed" :checked="item.isSelected"/>
|
||||||
{{ item.waresName }}
|
{{ item.waresName }}
|
||||||
</view>
|
</view>
|
||||||
<view class="repairBottom">
|
<view class="repairBottom">
|
||||||
|
Loading…
Reference in New Issue
Block a user