| | |
| | | </el-row> |
| | | </div> |
| | | |
| | | <print-view ref="printView" @parentcall="parentcall"></print-view> |
| | | |
| | | <!-- ç¡®è®¤å¯¹è¯æ¡ --> |
| | | <el-dialog v-model="confirmDialogVisible" title="æä½ç¡®è®¤" width="400px" :before-close="handleDialogClose"> |
| | | <div class="confirm-content"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | |
| | | import printView from "@/extension/outbound/extend/printView.vue" |
| | | export default { |
| | | components: { printView }, |
| | | name: 'OutPicking', |
| | | data() { |
| | | return { |
| | |
| | | operator: this.getUserName() |
| | | }).then(response => { |
| | | if (response.status) { |
| | | if (response.data.scannedDetail.isUnpacked && response.data.scannedDetail.materialCodes.length > 0) { |
| | | this.$refs.printView.open(response.data.scannedDetail.materialCodes); |
| | | } |
| | | this.$message.success('æ£é确认æå') |
| | | this.resetMaterialBarcode() |
| | | // this.loadUnpickedData() |