| | |
| | | detailID: 'Detail ID', |
| | | building: 'Building No', |
| | | serialnumber: 'Order serial number', |
| | | inproductname: 'Please enter a product name', |
| | | productname: 'Product name', |
| | | serial: 'Process validation number', |
| | | slicemarker: 'Frame marker (position)', |
| | |
| | | orderId: 'Order ID', |
| | | order: 'Order details', |
| | | customerName: 'The name of the customer', |
| | | incustomerName: 'Please enter the name of the customer', |
| | | project: 'The name of the project', |
| | | are: 'are', |
| | | quantity: 'quantity', |
| | |
| | | cardnumbera: 'Process card number:', |
| | | layernumber: 'Layer number', |
| | | totalnumber: 'Total number of films', |
| | | pairsnumbertotal: 'The total number of pairs:', |
| | | pairsnumber: 'Matched quantity', |
| | | missingnumber: 'Number of missing pieces', |
| | | damagenumber: 'A quantity broken.', |
| | |
| | | building: '건물 번호', |
| | | serialnumber: '주문 번호', |
| | | productname: '제품 이름', |
| | | inproductname: '제품 이름을 입력하십시오.', |
| | | serial: '프로세스 확인 번호', |
| | | slicemarker: '레이어 번호', |
| | | numberpatches: '패치 수', |
| | |
| | | orderId: '주문 ID', |
| | | order: '주문 상세 정보', |
| | | customerName: '고객 이름', |
| | | incustomerName: '고객의 이름을 입력하십시오.', |
| | | project: '프로젝트 이름', |
| | | are: '면적', |
| | | quantity: '수량', |
| | |
| | | layernumber: '레이어 번호', |
| | | totalnumber: '총 편수', |
| | | pairsnumber: '짝짓기 수량', |
| | | pairsnumbertotal: '총 쌍 수입니다:', |
| | | missingnumber: '결편 수량', |
| | | damagenumber: '파손 수량', |
| | | operate: '작업', |
| | |
| | | building: '楼号', |
| | | serialnumber: '订单序号', |
| | | productname: '产品名称', |
| | | inproductname: '请输入产品名称', |
| | | serial: '工艺确认序号', |
| | | slicemarker: '片标记(位置)', |
| | | numberpatches: '补片数量', |
| | |
| | | orderId: '订单ID', |
| | | order: '订单详情', |
| | | customerName: '客户名称', |
| | | incustomerName: '请输入客户名称', |
| | | project: '项目名称', |
| | | are: '面积', |
| | | quantity: 'Количество', |
| | |
| | | layernumber: '层号', |
| | | totalnumber: '总片数', |
| | | pairsnumber: '已配对数量', |
| | | pairsnumbertotal: '已配对总数量:', |
| | | missingnumber: '缺片数量', |
| | | damagenumber: '破损数量', |
| | | operate: '操作', |
| | |
| | | building: '楼号', |
| | | serialnumber: '订单序号', |
| | | productname: '产品名称', |
| | | inproductname: '请输入产品名称', |
| | | serial: '工艺确认序号', |
| | | slicemarker: '层号', |
| | | numberpatches: '补片数量', |
| | |
| | | orderId: '订单ID', |
| | | order: '订单详情', |
| | | customerName: '客户名称', |
| | | incustomerName: '请输入客户名称', |
| | | project: '项目名称', |
| | | are: '面积', |
| | | quantity: '数量', |
| | |
| | | layernumber: '层号', |
| | | totalnumber: '总片数', |
| | | pairsnumber: '已配对数量', |
| | | pairsnumbertotal: '已配对总数量:', |
| | | missingnumber: '缺片数量', |
| | | damagenumber: '破损数量', |
| | | operate: '操作', |
| | |
| | | // export const WebSocketHost = "192.168.2.100"; |
| | | // export const WebSocketHost = "192.168.0.39"; |
| | | export const WebSocketHost = "10.153.19.150"; |
| | | // export const WebSocketHost = "10.153.19.207"; |
| | | // export const WebSocketHost = "10.153.19.218"; |
| | | // export const WebSocketHost = "10.153.19.162"; |
| | | // export const WebSocketHost = "127.0.0.1"; |
| | | export const host = "88"; |
| | |
| | | <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="productName" style="margin-left: 10px;margin-bottom: 10px;width: 240px;" :placeholder="$t('large.inproductname')"/> |
| | | <el-input v-model="customerName" style="margin-left: 10px;margin-bottom: 10px;width: 240px;" :placeholder="$t('large.incustomerName')"/> |
| | | <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> |
| | | <div style="margin-left: 87%;">{{$t('hellow.pairsnumbertotal')}}{{ pairTotal }}</div> |
| | | <el-table |
| | | ref="table" |
| | | style="margin-top: 20px; height: 700px;" |
| | |
| | | <el-table-column prop="filmsId" align="center" :label="$t('hellow.coatingtypes')" min-width="80"/> |
| | | <el-table-column prop="sumCount" align="center" :label="$t('hellow.totalnumber')" min-width="80"/> |
| | | <el-table-column prop="realCount" align="center" :label="$t('hellow.realpieces')" min-width="80"/> |
| | | <el-table-column prop="pairCount" align="center" :label="$t('hellow.pairsnumber')" min-width="80"/> |
| | | <el-table-column prop="damageCount" align="center" :label="$t('hellow.damagenumber')" min-width="80"/> |
| | | <el-table-column prop="pairCount" align="center" :label="$t('hellow.pairsnumber')" min-width="80"/> |
| | | </el-table> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | const topRemove = ref('') |
| | | const filmsId = ref('') |
| | | const thickness = ref('') |
| | | const productName = ref('') |
| | | const customerName = ref('') |
| | | const flowCardId = ref('') |
| | | const casFour = ref('') |
| | | const casOne = ref('') |
| | |
| | | const currentRow = reactive({}); |
| | | const formattedProcessType = ref([]); |
| | | const selectedFormulaName = ref(''); |
| | | const pairTotal = ref(); |
| | | let selectedFormulaId = ref(null); |
| | | const formulaNameid = ref({ id: null }); |
| | | const titleformulaName = ref({ formulaName: [] ,formulaId: []}); |
| | |
| | | if (response.code == 200) { |
| | | ElMessage.success(response.message); |
| | | tableDatab.value = response.data; |
| | | pairTotal.value = response.data[0].pairTotalCount; |
| | | } else { |
| | | ElMessage.error('Failed to fetch data'); |
| | | } |
| | |
| | | const response = await request.post('/hollowGlass/hollowGlassRelationInfo/queryHollowAllFlowCard',{ |
| | | filmsId: filmsId.value, |
| | | flowCardId: flowCardId.value, |
| | | productName: productName.value, |
| | | customerName: customerName.value, |
| | | thickness: thickness.value |
| | | }); |
| | | if (response.code == 200) { |
| | | ElMessage.success(response.message); |
| | | tableDatab.value = response.data; |
| | | pairTotal.value = response.data[0].pairTotalCount; |
| | | } else { |
| | | ElMessage.error('Failed to fetch data'); |
| | | } |
| | |
| | | <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="productName" style="margin-left: 10px;margin-bottom: 10px;width: 240px;" :placeholder="$t('large.inproductname')"/> |
| | | <el-input v-model="customerName" style="margin-left: 10px;margin-bottom: 10px;width: 240px;" :placeholder="$t('large.incustomerName')"/> |
| | | <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> |
| | | <div style="margin-left: 87%;">{{$t('hellow.pairsnumbertotal')}}{{ pairTotal }}</div> |
| | | <el-table |
| | | ref="table" |
| | | style="margin-top: 20px; height: 700px;" |
| | |
| | | <el-table-column prop="filmsId" align="center" :label="$t('hellow.coatingtypes')" min-width="80"/> |
| | | <el-table-column prop="sumCount" align="center" :label="$t('hellow.totalnumber')" min-width="80"/> |
| | | <el-table-column prop="realCount" align="center" :label="$t('hellow.realpieces')" min-width="80"/> |
| | | <el-table-column prop="pairCount" align="center" :label="$t('hellow.pairsnumber')" min-width="80"/> |
| | | <el-table-column prop="damageCount" align="center" :label="$t('hellow.damagenumber')" min-width="80"/> |
| | | <el-table-column prop="pairCount" align="center" :label="$t('hellow.pairsnumber')" min-width="80"/> |
| | | </el-table> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | const topRemove = ref('') |
| | | const filmsId = ref('') |
| | | const flowCardId = ref('') |
| | | const pairTotal = ref() |
| | | const productName = ref('') |
| | | const customerName = ref('') |
| | | const freethree = ref('#911005'); |
| | | const dialogFormVisiblea = ref(false) |
| | | const dialogFormVisibleb = ref(false) |
| | |
| | | if (response.code == 200) { |
| | | ElMessage.success(response.message); |
| | | tableDatab.value = response.data; |
| | | pairTotal.value = response.data[0].pairTotalCount; |
| | | } else { |
| | | ElMessage.error('Failed to fetch data'); |
| | | } |
| | |
| | | if (response.code == 200) { |
| | | ElMessage.success(response.message); |
| | | tableDatab.value = response.data; |
| | | pairTotal.value = response.data[0].pairTotalCount; |
| | | } else { |
| | | ElMessage.error('Failed to fetch data'); |
| | | } |
| | |
| | | <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="productName" style="margin-left: 10px;margin-bottom: 10px;width: 240px;" :placeholder="$t('large.inproductname')"/> |
| | | <el-input v-model="customerName" style="margin-left: 10px;margin-bottom: 10px;width: 240px;" :placeholder="$t('large.incustomerName')"/> |
| | | <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> |
| | | <div style="margin-left: 87%;">{{$t('hellow.pairsnumbertotal')}}{{ pairTotal }}</div> |
| | | <el-table |
| | | ref="table" |
| | | style="margin-top: 20px; height: 700px;" |
| | |
| | | <el-table-column prop="filmsId" align="center" :label="$t('hellow.coatingtypes')" min-width="80"/> |
| | | <el-table-column prop="sumCount" align="center" :label="$t('hellow.totalnumber')" min-width="80"/> |
| | | <el-table-column prop="realCount" align="center" :label="$t('hellow.realpieces')" min-width="80"/> |
| | | <el-table-column prop="pairCount" align="center" :label="$t('hellow.pairsnumber')" min-width="80"/> |
| | | <el-table-column prop="damageCount" align="center" :label="$t('hellow.damagenumber')" min-width="80"/> |
| | | <el-table-column prop="pairCount" align="center" :label="$t('hellow.pairsnumber')" min-width="80"/> |
| | | </el-table> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | const tableDatax = ref([]) |
| | | const cell = ref('') |
| | | const cella = ref('') |
| | | const selectedProjectNo = ref(''); |
| | | const selectedProjectNo = ref('') |
| | | const totalPairQuantity = ref('') |
| | | const totalPairQuantitya = ref('') |
| | | const bottomRemove = ref('') |
| | |
| | | const rightRemove = ref('') |
| | | const topRemove = ref('') |
| | | const filmsId = ref('') |
| | | const pairTotal = ref() |
| | | const productName = ref('') |
| | | const customerName = ref('') |
| | | const flowCardId = ref('') |
| | | const freetwo = ref('#911005'); |
| | | const dialogFormVisiblea = ref(false) |
| | |
| | | if (response.code == 200) { |
| | | ElMessage.success(response.message); |
| | | tableDatab.value = response.data; |
| | | pairTotal.value = response.data[0].pairTotalCount; |
| | | } else { |
| | | ElMessage.error('Failed to fetch data'); |
| | | } |
| | |
| | | if (response.code == 200) { |
| | | ElMessage.success(response.message); |
| | | tableDatab.value = response.data; |
| | | pairTotal.value = response.data[0].pairTotalCount; |
| | | } else { |
| | | ElMessage.error('Failed to fetch data'); |
| | | } |