| | |
| | | <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="10" :xl="4" class="mb10"> |
| | | <el-col :xs="24" :sm="24" :md="24" :lg="10" :xl="10" class="mb10"> |
| | | <el-form-item label="包装号" size="large"> |
| | | <el-input |
| | | size="large" |
| | |
| | | p-id="4304" |
| | | ></path> |
| | | </svg> |
| | | <p class="okText">{{ isSuccess }}</p> |
| | | <p class="no_okText">{{ isSuccess }}</p> |
| | | </div> |
| | | </div> |
| | | <ul> |
| | |
| | | import printDialog from '/@/views/system/print/component/hiprint/preview.vue'; |
| | | import editDialog from '/@/views/main/WmsBase/wmsSubstituteGood/component/editDialog.vue'; |
| | | import { pageWmsSubstituteGood, deleteWmsSubstituteGood } from '/@/api/main/WmsBase/wmsSubstituteGood'; |
| | | import { ShortageList, ValdateQiTao ,ConfirmNgF} from '/@/api/main/ReportCenter/wmsStockQuan'; |
| | | import { ShortageList, ValdateQiTao ,ConfirmNgF} from '/@/api/main/ReportCenter/wmsStockQuan_new'; |
| | | const showAdvanceQueryUI = ref(false); |
| | | const printDialogRef = ref(); |
| | | const editDialogRef = ref(); |
| | |
| | | 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> |