|
|
@ -423,7 +423,7 @@ export default {
|
|
|
|
//单据类型改变
|
|
|
|
//单据类型改变
|
|
|
|
actionChange(item) {
|
|
|
|
actionChange(item) {
|
|
|
|
this.curAction = this.getActionItem(item);
|
|
|
|
this.curAction = this.getActionItem(item);
|
|
|
|
if (this.curAction.checkEnable && this.curAction.checkWebNew) {
|
|
|
|
if ((this.curAction.checkEnable && this.curAction.checkWebNew) || this.viewType == 1) {
|
|
|
|
this.bizShow = true;
|
|
|
|
this.bizShow = true;
|
|
|
|
} else
|
|
|
|
} else
|
|
|
|
this.bizShow = false;
|
|
|
|
this.bizShow = false;
|
|
|
|