| | |
| | | icon="search" |
| | | >查询</a-button> |
| | | <a-button |
| | | type="primary" |
| | | type="info" |
| | | @click="searchReset" |
| | | icon="reload" |
| | | style="margin-left: 8px" |
| | |
| | | icon="search" |
| | | >查询</a-button> |
| | | <a-button |
| | | type="primary" |
| | | type="info" |
| | | @click="searchReset" |
| | | icon="reload" |
| | | style="margin-left: 8px" |
| | |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"> |
| | | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
| | | <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> |
| | | <a-button type="info" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button> |
| | | </span> |
| | | </a-col> |
| | | </a-row> |
| | |
| | | > |
| | | <a-input |
| | | v-model="model.code" |
| | | placeholder="请输入周期编码" |
| | | placeholder="自动生成" |
| | | :disabled="true" |
| | | ></a-input> |
| | | <!-- :disabled="model.isRevise" --> |
| | |
| | | > |
| | | <a-input |
| | | v-model="model.code" |
| | | placeholder="请输入周期编码" |
| | | placeholder="自动生成" |
| | | :disabled="true" |
| | | ></a-input> |
| | | </a-form-model-item> |
| | | </a-col> |
| | |
| | | }, |
| | | confirmLoading: false, |
| | | validatorRules: { |
| | | code: [ |
| | | /*code: [ |
| | | { required: true, message: '请输入周期编码!' }, |
| | | ], |
| | | ],*/ |
| | | cycle: [ |
| | | { required: true, message: '请输入周期!' }, |
| | | ], |