关于配件申请单状态的修改
This commit is contained in:
parent
5b69595111
commit
3bb57a7285
@ -373,7 +373,7 @@ export default {
|
|||||||
let dataObj = {
|
let dataObj = {
|
||||||
id: this.id,
|
id: this.id,
|
||||||
type: "01",
|
type: "01",
|
||||||
status: "yes" == type ? "1" : "0"
|
status: "yes" == type ? "01" : "02"
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
if (this.selectWares && this.selectWares.length > 0) {
|
if (this.selectWares && this.selectWares.length > 0) {
|
||||||
|
@ -108,7 +108,7 @@ export default {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 审批接口
|
* 审批接口
|
||||||
* @param flag"02:审批通过","05:驳回"
|
* @param flag"01:审批通过","02:驳回"
|
||||||
*/
|
*/
|
||||||
handleAudit(flag){
|
handleAudit(flag){
|
||||||
this.formData['status'] = flag
|
this.formData['status'] = flag
|
||||||
|
Loading…
Reference in New Issue
Block a user