diff --git a/src/mycomponents/detail/comDetailCard.vue b/src/mycomponents/detail/comDetailCard.vue
index b15bb0fa..9a968002 100644
--- a/src/mycomponents/detail/comDetailCard.vue
+++ b/src/mycomponents/detail/comDetailCard.vue
@@ -107,14 +107,14 @@
},
mounted() {
- // if (this.detailOptions.length == 0) {
- // this.detailOptions = getDetailOption();
- // }
- // if (this.scanOptions.length == 0) {
- // this.scanOptions = getPurchaseReceiptOption(this.settingParam.allowModifyQty, false)
- // }
+ if (this.detailOptions.length == 0) {
+ this.detailOptions = getDetailOption();
+ }
+ if (this.scanOptions.length == 0) {
+ this.scanOptions = getPurchaseReceiptOption(this.settingParam.allowModifyQty, false)
+ }
- this.showLocation();
+ // this.showLocation();
},
methods: {
diff --git a/src/mycomponents/job/jobFilter.vue b/src/mycomponents/job/jobFilter.vue
index af91fa70..12df735d 100644
--- a/src/mycomponents/job/jobFilter.vue
+++ b/src/mycomponents/job/jobFilter.vue
@@ -128,13 +128,14 @@
},
methods: {
// 生产线
- productionLineCodeConfirm(){
- var lineCode=""
- this.productionline.forEach(item=>{
- if(item.text==this.productionLineCode){
- lineCode=item.value
- }
- })
+ productionLineCodeConfirm(e){
+ var lineCode=e
+ // this.productionline.forEach(item=>{
+ // if(item.value==this.productionLineCode){
+ // lineCode=item.value
+ // }
+ // })
+ console.log("生产线+++"+lineCode)
this.$emit("productionLineCode", lineCode)
},
diff --git a/src/pages/issue/coms/comIssueJobCard.vue b/src/pages/issue/coms/comIssueJobCard.vue
index d8a43bf2..f6b15788 100644
--- a/src/pages/issue/coms/comIssueJobCard.vue
+++ b/src/pages/issue/coms/comIssueJobCard.vue
@@ -1,7 +1,12 @@
-
+
+ 生产线
+ {{dataContent.productionLineCode}}
+
+
+