| | |
| | | <el-card class="full-table" shadow="hover" style="margin-top: 5px"> |
| | | <el-form :model="queryParams" @submit.native.prevent ref="queryForm" labelWidth="100"> |
| | | <el-row> |
| | | <el-col :xs="24" :sm="12" :md="12" :lg="8" :xl="4" class="mb10"> |
| | | <el-col :xs="24" :sm="12" :md="12" :lg="8" :xl="8" class="mb10"> |
| | | <el-form-item label="包装号" size="large"> |
| | | <el-input size="large" v-model="queryParams.packageCode" ref="materialCodeInput" clearable="" placeholder="请扫包装号" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | |
| | | <el-col :xs="24" :sm="12" :md="12" :lg="8" :xl="4" class="mb10"> |
| | | <el-col :xs="24" :sm="12" :md="12" :lg="8" :xl="8" class="mb10"> |
| | | <el-form-item label="部件条码" size="large"> |
| | | <el-input |
| | | size="large" |
| | |
| | | <el-form-item> |
| | | <el-button-group style="display: flex; align-items: center"> |
| | | <el-button size="large" type="primary" icon="ele-Search" @click="handleQuery"> 查询 </el-button> |
| | | <el-button size="large" icon="ele-Refresh" @click="() => (queryParams = {})"> 重置 </el-button> |
| | | <el-button size="large" icon="ele-Refresh" @click="reset"> 重置 </el-button> |
| | | <!-- |
| | | <el-button icon="ele-ZoomIn" @click="changeAdvanceQueryUI" v-if="!showAdvanceQueryUI" style="margin-left:5px;"> 高级查询 </el-button> |
| | | <el-button icon="ele-ZoomOut" @click="changeAdvanceQueryUI" v-if="showAdvanceQueryUI" style="margin-left:5px;"> 隐藏 </el-button> --> |
| | |
| | | p-id="11360" |
| | | ></path> |
| | | </svg> |
| | | <p class="okText">核对标签成功!</p> |
| | | <p class="okText">核对标签通过!</p> |
| | | </div> |
| | | <div class="" v-show="isSuccess && isSuccess != '成功'"> |
| | | <svg t="1732842594517" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4303" width="100" height="100"> |
| | |
| | | p-id="4304" |
| | | ></path> |
| | | </svg> |
| | | <p class="okText">{{ isSuccess }}</p> |
| | | <p class="no_okText">{{ isSuccess }}</p> |
| | | </div> |
| | | </div> |
| | | <ul> |
| | |
| | | import { getDictDataItem as di, getDictDataList as dl } from '/@/utils/dict-utils'; |
| | | import { formatDate } from '/@/utils/formatTime'; |
| | | import { listMes_BatchOrderUPI_New, deleteMes_BatchOrderUPI_New, importExcelMes_BatchOrderUPI_New, downloadExcelTemplateMes_BatchOrderUPI_New } from '/@/api/main/WmsOrder/mes_BatchOrderUPI_New'; |
| | | import { ShortageList, ValdateLabel } from '/@/api/main/ReportCenter/wmsStockQuan'; |
| | | import { ShortageList, ValdateLabel } from '/@/api/main/ReportCenter/wmsStockQuan_new'; |
| | | const loading = ref(false); |
| | | const tableData = ref<any>({}); |
| | | const queryParams = ref<any>({ |
| | |
| | | }); |
| | | handleResponse(res); |
| | | }; |
| | | const reset = async () => { |
| | | queryParams.value={}; |
| | | tableData.value ={}; |
| | | isSuccess.value =''; |
| | | }; |
| | | |
| | | |
| | | function handleResponse(res:any) { |
| | |
| | | margin: 0; |
| | | padding: 0; |
| | | li { |
| | | margin-top: 20px; |
| | | display: block; |
| | | line-height: 30px; |
| | | text-align: left; |
| | |
| | | } |
| | | .text_left { |
| | | font-weight: 700; |
| | | font-size: 40px; /* 调整字体大小 */ |
| | | } |
| | | .text_rt { |
| | | font-weight: 700; |
| | | color: #00B2EE; /* 设置图标颜色 */ |
| | | font-size: 40px; /* 调整字体大小 */ |
| | | } |
| | | .my-icon { |
| | | font-size: 36px; /* 调整字体大小 */ |
| | | color: #00ff11; /* 设置图标颜色 */ |
| | | } |
| | | .titleTip { |
| | | font-weight: 700; |
| | | text-align: center; |
| | | font-size: 36px; /* 调整字体大小 */ |
| | | font-size: 60px; /* 调整字体大小 */ |
| | | .okText { |
| | | margin-bottom: 20px; |
| | | color: #52C41A; /* 设置图标颜色 */ |
| | | } |
| | | .no_okText { |
| | | margin-bottom: 20px; |
| | | color: #E84335; /* 设置图标颜色 */ |
| | | } |
| | | } |
| | | </style> |