| | |
| | | </div> |
| | | |
| | | <div id="dotClass"> |
| | | <!-- <div style="margin-bottom: -5px;margin-left: 5px;"> --> |
| | | <!-- <el-form> --> |
| | | <!-- <el-row> --> |
| | | <!-- <el-col :span="4"> |
| | | <div style="font-size: 15px;"> |
| | | <el-form-item :label="$t('hellow.currenttask')" style="width: 14vw"> |
| | | {{ temperingtotal }} |
| | | </el-form-item> |
| | | </div> |
| | | </el-col> --> |
| | | <!-- <el-col :span="5"> |
| | | <div style="font-size: 15px;"> |
| | | <el-form-item :label="$t('hellow.claimednumber')" style="width: 14vw"> |
| | | {{ glasstotal }} |
| | | </el-form-item> |
| | | </div> |
| | | </el-col> --> |
| | | <!-- <el-col :span="4"> |
| | | <div style="font-size: 15px;"> |
| | | <el-form-item :label="$t('hellow.linenumber')" style="width: 14vw"> |
| | | {{ fulltotals }} |
| | | </el-form-item> |
| | | </div> |
| | | </el-col> --> |
| | | <div style="margin-left: 70px;">{{ $t('hellow.freetwo') }}</div> |
| | | <i :style="{ marginTop: '2px', backgroundColor: freetwo, width: '18px', height: '18px', borderRadius: '50%', display: 'block' }"></i> |
| | | <!-- </el-row> --> |
| | | <!-- </el-form> --> |
| | | <!-- </div> --> |
| | | </div> |
| | | <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;"> |
| | | <el-table height="650" ref="table" :data="tableDataa" |
| | |
| | | <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 filmRemove = ref('') |
| | | const formulaName = ref('') |
| | | const leftRemove = ref('') |
| | | const thickness = ref('') |
| | | const rightRemove = ref('') |
| | | const topRemove = ref('') |
| | | const filmsId = ref('') |
| | |
| | | const allPageData = data; |
| | | const currentPageKeyValue = currentPageKey.value; |
| | | const currentPageData = allPageData[currentPageKeyValue]; |
| | | if (data.freeTwoReqvestEntity != null) { |
| | | freetwo.value = data.freeTwoReqvestEntity[0] == true ? 'green' : '#911005'; |
| | | if (data.freeTwoRequestEntity != null) { |
| | | freetwo.value = data.freeTwoRequestEntity[0] == true ? 'green' : '#911005'; |
| | | } |
| | | // if (currentPageData && Array.isArray(currentPageData) && currentPageData.length > 0) { |
| | | // tableDataa.value = currentPageData[0]; |
| | |
| | | }; |
| | | onMounted(() => { |
| | | socket = initializeWebSocket(socketUrl, handleMessage); |
| | | window.localStorage.setItem('flowCardId', '') |
| | | }); |
| | | onUnmounted(() => { |
| | | if (socket) { |
| | |
| | | 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); |