From 265102e3b6c9865f0e9f1e035e7b1aba281dc8c1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 03 十二月 2019 15:33:16 +0800 Subject: [PATCH] 2019-12-03 --- src/templates/comtableconfig/index.jsx | 22 ++++++++++++++-------- 1 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/templates/comtableconfig/index.jsx b/src/templates/comtableconfig/index.jsx index b4c1cd9..97e9a88 100644 --- a/src/templates/comtableconfig/index.jsx +++ b/src/templates/comtableconfig/index.jsx @@ -479,6 +479,12 @@ MenuID: 'tab', text: this.state.dict['header.form.tab'] }, { + MenuID: 'excelIn', + text: this.state.dict['header.form.excelIn'] + }, { + MenuID: 'excelOut', + text: this.state.dict['header.form.excelOut'] + }, { MenuID: 'blank', text: this.state.dict['header.form.blank'] }, { @@ -543,14 +549,6 @@ readonly: false }, { - type: 'select', - key: 'Ot', - label: this.state.dict['header.form.isRequired'], - initVal: card.Ot || 'requiredSgl', - required: true, - options: [] - }, - { type: 'text', key: 'callbackFunc', label: this.state.dict['header.form.callbackFunc'], @@ -574,6 +572,14 @@ }, { type: 'select', + key: 'Ot', + label: this.state.dict['header.form.isRequired'], + initVal: card.Ot || 'requiredSgl', + required: true, + options: [] + }, + { + type: 'select', key: 'execSuccess', label: this.state.dict['header.form.execSuccess'], initVal: card.execSuccess || 'never', -- Gitblit v1.8.0