| | |
| | | /> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span='6'> |
| | | <a-form-model-item |
| | | label='设备图片' |
| | | :labelCol='labelCol' |
| | | :wrapperCol='wrapperCol' |
| | | prop='equipmentPhoto' |
| | | > |
| | | <j-image-upload |
| | | :isMultiple='false' |
| | | v-model='model.equipmentPhoto' |
| | | ></j-image-upload> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | <a-row> |
| | | <!-- <a-row> |
| | | <a-col :span='6'> |
| | | <a-form-model-item |
| | | label='是否生产线' |
| | |
| | | :wrapperCol='wrapperCol' |
| | | prop='isLine' |
| | | > |
| | | <!-- type='radio'--> |
| | | <!– type='radio'–> |
| | | <j-dict-select-tag |
| | | allow-clear |
| | | type='radio' |
| | |
| | | :wrapperCol='wrapperCol' |
| | | prop='isLineEquip' |
| | | > |
| | | <!-- type='radio'--> |
| | | <!– type='radio'–> |
| | | <j-dict-select-tag |
| | | allow-clear |
| | | type='radio' |
| | |
| | | </a-form-model-item> |
| | | </a-col> |
| | | |
| | | <a-col :span='6'> |
| | | <a-form-model-item |
| | | label='设备图片' |
| | | :labelCol='labelCol' |
| | | :wrapperCol='wrapperCol' |
| | | prop='equipmentPhoto' |
| | | > |
| | | <j-image-upload |
| | | :isMultiple='false' |
| | | v-model='model.equipmentPhoto' |
| | | ></j-image-upload> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | </a-row>--> |
| | | <a-row> |
| | | <!-- 中心 --> |
| | | <a-col :span='6'> |
| | |
| | | style='width: 100%;' |
| | | v-model='model.acceptanceCheckDate' |
| | | @change='dateChange' |
| | | valueFormat="YYYY-MM-DD" |
| | | format="YYYY-MM-DD" |
| | | /> |
| | | </a-form-model-item> |
| | | </a-col> |
| | |
| | | if (res.success) { |
| | | that.$message.success(res.message) |
| | | that.$emit('ok') |
| | | that.close() |
| | | } else { |
| | | that.$message.warning(res.message) |
| | | that.$message.error(res.message) |
| | | } |
| | | }).finally(() => { |
| | | that.confirmLoading = false |
| | | that.close() |
| | | // that.close() |
| | | }) |
| | | } else { |
| | | return false |