| | |
| | | :close-on-click-modal="false" |
| | | > |
| | | <div class="detail-container" v-if="dialogReadonly"> |
| | | <el-row class="detail-row-view"> |
| | | <el-row class="detail-row-view supplyAddLabel"> |
| | | <el-col :span="12"> |
| | | <div class="label">需求名称</div> |
| | | <div class="val">{{ formData.demandName }}</div> |
| | |
| | | :model="formData" |
| | | :rules="rules" |
| | | :disabled="dialogReadonly" |
| | | label-width="190px" |
| | | :label-width="pxToRem(190)" |
| | | > |
| | | <el-row> |
| | | <el-col :span="12"> |
| | |
| | | gdSupplyDemandDetailApi, |
| | | gdSupplyDemandSubmitApi, |
| | | } from '@/views/orderView/orderDataManage/supplyAdd/supplyAddApi' |
| | | import { pxToRem } from '@/utils/rem' |
| | | |
| | | // 初始化表单数据 |
| | | const initForm = () => ({ |
| | |
| | | |
| | | defineExpose({ open }) |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | .supplyAddLabel { |
| | | .label { |
| | | width: 120px !important; |
| | | } |
| | | } |
| | | </style> |