Browse Source

YT-1133 计划外出库隐藏详情

intex
lijuncheng 2 days ago
parent
commit
e082d79092
  1. 14
      src/mycomponents/detail/comRecommendDetailCard.vue

14
src/mycomponents/detail/comRecommendDetailCard.vue

@ -140,14 +140,20 @@
},
mounted() {
if (this.detailOptions.length == 0) {
this.detailOptions = getDetailOption();
}
if (this.scanOptions.length == 0) {
this.scanOptions = getPurchaseReceiptOption(this.settingParam.allowModifyQty, false)
}
// this.showLocation();
if(import.meta.env.VITE_MANAGE_MODEL=="BY_PACKAGING"){
if (this.detailOptions.length == 0) {
this.detailOptions = getDetailOption();
}
}else {
this.scanOptions.splice(0,1)
}
},
methods: {

Loading…
Cancel
Save