Browse Source

YT-886PDA端采购收货扫描报错

intex_online20241205
zhang_li 3 months ago
parent
commit
d7e80e2ff1
  1. 7
      src/pages/purchaseReceipt/job/receiptDetail.vue

7
src/pages/purchaseReceipt/job/receiptDetail.vue

@ -194,9 +194,6 @@
this.source_type = option.source_type;
this.switchCode = "purchasereceiptPrintPDA" //PDA
this.switchCode1 = "EnableQms" //QMSTRUEFALSE
},
onShow() {
if (this.id != undefined) {
//
if (this.status == "1") {
@ -208,6 +205,10 @@
}
}
},
onShow() {
},
//
onNavigationBarButtonTap(e) {
if (e.index === 0) {

Loading…
Cancel
Save