关于配件申请单状态的修改
This commit is contained in:
parent
c74c4e092d
commit
5b69595111
@ -373,7 +373,7 @@ export default {
|
||||
let dataObj = {
|
||||
id: this.id,
|
||||
type: "01",
|
||||
status: "yes" == type ? "01" : "02"
|
||||
status: "yes" == type ? "1" : "0"
|
||||
}
|
||||
try {
|
||||
if (this.selectWares && this.selectWares.length > 0) {
|
||||
|
@ -100,10 +100,10 @@ export default {
|
||||
},
|
||||
open() {},
|
||||
noFun() {
|
||||
this.handleAudit('05')
|
||||
this.handleAudit('02')
|
||||
},
|
||||
yesFun() {
|
||||
this.handleAudit('02')
|
||||
this.handleAudit('01')
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user