Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override
| | |
| | | </td> |
| | | |
| | | <td style="width: 2cm"> |
| | | <input style="font-size: 14px;border: 0;width: 100%" |
| | | <input style="font-size: 16px;border: 0;width: 100%" |
| | | v-model="items.width"/> |
| | | |
| | | </td> |
| | | <td style="width: 2cm"> |
| | | <input style="font-size: 14px;border: 0;width: 100%" |
| | | <input style="font-size: 16px;border: 0;width: 100%" |
| | | v-model="items.height"/> |
| | | |
| | | </td> |
| | | <td style="width: 60px"> |
| | | <td style="width: 60px; font-size: 16px;"> |
| | | {{ items.quantity }} |
| | | </td> |
| | | <td style="width: 100px"> |
| | | <input style="border: 0;width: 100px" v-model="items.area"> |
| | | <input style="font-size: 16px; border: 0;width: 100px" v-model="items.area"> |
| | | </td> |
| | | |
| | | <td |
| | |
| | | editRules: { |
| | | edgingType: [ |
| | | { required: company.edgingType}, |
| | | { min: 0, max: 10, message: t('basicData.msg.max10') } |
| | | { min: 0, max: 255, message: t('basicData.msg.max255') } |
| | | ], |
| | | buildingNumber: [ |
| | | { required: false}, |
| | |
| | | AND rwd.completed_quantity > 0 |
| | | AND rw.reporting_work_time >= #{selectTime1} |
| | | AND rw.reporting_work_time < #{selectTime2} |
| | | AND POSITION(#{selectProcesses} IN rw.this_process) |
| | | <choose> |
| | | <!-- 有传工序:精确匹配 --> |
| | | <when test="selectProcesses != null and selectProcesses != ''"> |
| | | AND rw.this_process = #{selectProcesses} |
| | | </when> |
| | | <!-- 未传工序:不加限制,查所有) --> |
| | | <otherwise> |
| | | </otherwise> |
| | | </choose> |
| | | <if test="teamOutputDTO.thisProcess != null and teamOutputDTO.thisProcess != ''"> |
| | | AND rw.this_process REGEXP #{teamOutputDTO.thisProcess} |
| | | </if> |