隐藏单据中转下一个页面的保存并审核的按钮
This commit is contained in:
@@ -758,12 +758,14 @@ export const BillListMixin = {
|
|||||||
}
|
}
|
||||||
if(type === '转采购订单-以销定购') {
|
if(type === '转采购订单-以销定购') {
|
||||||
this.$refs.transferPurchaseModalForm.action = "add"
|
this.$refs.transferPurchaseModalForm.action = "add"
|
||||||
|
this.$refs.transferPurchaseModalForm.isCanCheck = false
|
||||||
this.$refs.transferPurchaseModalForm.transferParam = transferParam
|
this.$refs.transferPurchaseModalForm.transferParam = transferParam
|
||||||
this.$refs.transferPurchaseModalForm.defaultDepotId = this.defaultDepotId
|
this.$refs.transferPurchaseModalForm.defaultDepotId = this.defaultDepotId
|
||||||
this.$refs.transferPurchaseModalForm.add()
|
this.$refs.transferPurchaseModalForm.add()
|
||||||
this.$refs.transferPurchaseModalForm.title = type
|
this.$refs.transferPurchaseModalForm.title = type
|
||||||
} else {
|
} else {
|
||||||
this.$refs.transferModalForm.action = "add"
|
this.$refs.transferModalForm.action = "add"
|
||||||
|
this.$refs.transferModalForm.isCanCheck = false
|
||||||
this.$refs.transferModalForm.transferParam = transferParam
|
this.$refs.transferModalForm.transferParam = transferParam
|
||||||
this.$refs.transferModalForm.defaultDepotId = this.defaultDepotId
|
this.$refs.transferModalForm.defaultDepotId = this.defaultDepotId
|
||||||
this.$refs.transferModalForm.add()
|
this.$refs.transferModalForm.add()
|
||||||
|
|||||||
Reference in New Issue
Block a user