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