| | |
| | | <div style="display: flex;"> |
| | | <el-input v-model="flowCardId" style="margin-left: 10px;margin-bottom: 10px;width: 240px;" :placeholder="$t('searchOrder.incardnumber')" /> |
| | | <el-input v-model="filmsId" style="margin-left: 10px;margin-bottom: 10px;width: 240px;" :placeholder="$t('film.infilms')"/> |
| | | <el-input v-model="thickness" style="margin-left: 10px;margin-bottom: 10px;width: 240px;" :placeholder="$t('searchOrder.inthickness')"/> |
| | | <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;" @click="fetchFlowCardsearch"> |
| | | {{$t('reportmanage.inquire')}}</el-button> |
| | | </div> |
| | |
| | | const rightRemove = ref('') |
| | | const topRemove = ref('') |
| | | const filmsId = ref('') |
| | | const thickness = ref('') |
| | | const flowCardId = ref('') |
| | | const casFour = ref('') |
| | | const casOne = ref('') |
| | |
| | | const response = await request.post('/hollowGlass/hollowGlassRelationInfo/queryHollowAllFlowCard',{ |
| | | filmsId: '', |
| | | flowCardId: '', |
| | | thickness: '', |
| | | }); |
| | | if (response.code == 200) { |
| | | ElMessage.success(response.message); |
| | |
| | | const response = await request.post('/hollowGlass/hollowGlassRelationInfo/queryHollowAllFlowCard',{ |
| | | filmsId: filmsId.value, |
| | | flowCardId: flowCardId.value, |
| | | thickness: thickness.value |
| | | }); |
| | | if (response.code == 200) { |
| | | ElMessage.success(response.message); |