@ -423,7 +423,7 @@ export default {
//单据类型改变
actionChange(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;
} else
this.bizShow = false;