| | |
| | | </el-descriptions-item> |
| | | |
| | | <el-descriptions-item label="成品尺寸" :span="1" align="center"> |
| | | {{ formData.finishedSize || "--" }} |
| | | <el-input v-model="formData.finishedSize" placeholder="成品尺寸" :disabled="isDetail"> |
| | | </el-input> |
| | | </el-descriptions-item> |
| | | |
| | | <el-descriptions-item label="产品名称" :span="2" align="center"> |
| | |
| | | <th colspan="2">开张色</th> |
| | | <th>晒板</th> |
| | | <th colspan="2">开拼</th> |
| | | <th>别刀版</th> |
| | | <th>刖刀版</th> |
| | | <th>联色块</th> |
| | | </tr> |
| | | <tr> |
| | |
| | | <th>拼版费</th> |
| | | <th>出片费</th> |
| | | <th>打样费</th> |
| | | <th>别刀版费</th> |
| | | <th>刖刀版费</th> |
| | | <th>烫/凸版费</th> |
| | | <th>小计</th> |
| | | </tr> |
| | |
| | | <el-input v-model="plate.proofingFee" placeholder="请输入打样费" :disabled="isDetail"/> |
| | | </td> |
| | | <td> |
| | | <el-input v-model="plate.doctorBladePlateFee" placeholder="请输入别刀版费" :disabled="isDetail"/> |
| | | <el-input v-model="plate.doctorBladePlateFee" placeholder="请输入刖刀版费" :disabled="isDetail"/> |
| | | </td> |
| | | <td> |
| | | <el-input v-model="plate.hotEmbossingPlateFee" placeholder="请输入烫/凸版费" :disabled="isDetail"/> |