| | |
| | | <a-input |
| | | v-model="model.code" |
| | | placeholder="请输入周期编码" |
| | | :disabled="model.isRevise" |
| | | :disabled="true" |
| | | ></a-input> |
| | | <!-- :disabled="model.isRevise" --> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="24/2"> |
| | |
| | | </a-col> |
| | | <a-col :span="24/2"> |
| | | <a-form-model-item |
| | | label="版本" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | prop="version" |
| | | > |
| | | <a-input |
| | | v-model="model.version" |
| | | placeholder="请输入版本号" |
| | | :disabled=true |
| | | ></a-input> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <!-- <a-col :span="24/2"> |
| | | <a-form-model-item |
| | | label="开工条件" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | |
| | | v-model="model.startCondition" |
| | | /> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-col> --> |
| | | </a-row> |
| | | <a-row> |
| | | <!-- <a-row> |
| | | <a-col :span="24/2"> |
| | | <a-form-model-item |
| | | label="调整方式" |
| | |
| | | /> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | </a-row> --> |
| | | <a-row> |
| | | <a-col :span="24/2"> |
| | | <!-- <a-col :span="24/2"> |
| | | <a-form-model-item |
| | | label="依据日历" |
| | | :labelCol="labelCol" |
| | |
| | | v-model="model.accordingCalendar" |
| | | /> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="24/2"> |
| | | <a-form-model-item |
| | | label="版本" |
| | | :labelCol="labelCol" |
| | | :wrapperCol="wrapperCol" |
| | | prop="version" |
| | | > |
| | | <a-input |
| | | v-model="model.version" |
| | | placeholder="请输入版本号" |
| | | :disabled=true |
| | | ></a-input> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-col> --> |
| | | |
| | | </a-row> |
| | | <a-row> |
| | | |
| | |
| | | }, |
| | | confirmLoading: false, |
| | | validatorRules: { |
| | | code: [ |
| | | { required: true, message: '请输入周期编码!' }, |
| | | ], |
| | | // code: [ |
| | | // { required: true, message: '请输入周期编码!' }, |
| | | // ], |
| | | cycle: [ |
| | | { required: true, message: '请输入周期!' }, |
| | | ], |