فهرست منبع

订单开立暂存

cyy 3 سال پیش
والد
کامیت
f209dce87f
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/business/platform/data/templaterender/form/action.js

+ 6 - 0
src/business/platform/data/templaterender/form/action.js

@@ -8,6 +8,7 @@ export default {
     emitEventHandler(actionKey, args) {
       const action = args && args.attributes ? args.attributes.button_type || actionKey : actionKey
       this.actionName = actionKey
+      // console.log(actionKey,'货币慧慧68687')
       switch (action) {
         case 'close': // 关闭窗口
           this.closeDialog()
@@ -22,6 +23,10 @@ export default {
           this.handleStartFlowFrom(args && args.attributes ? args.attributes.deflow : '')
           break
         case 'custom':
+          if(this.actionName == 'dingDanKaiLizanCun'){
+            this.handleSave()
+            break
+          }
         default:
           break
       }
@@ -92,6 +97,7 @@ export default {
     // 保存
     handleSave() {
       // 验证表单是否正确
+      // console.log('认为非我方2131321')
       this.validate(valid => {
         if (valid) {
           // 表单提交校验