From 848ebd3901f4e2a517de9e58cf23706214d744b1 Mon Sep 17 00:00:00 2001
From: niexiting <85552560@qq.com>
Date: Thu, 28 Dec 2023 09:47:59 +0800
Subject: [PATCH 1/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7?=
=?UTF-8?q?=E9=80=80=E6=96=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/productionReturn/job/returnDetail.vue | 29 +++++----------------
static/config.json | 2 +-
2 files changed, 7 insertions(+), 24 deletions(-)
diff --git a/pages/productionReturn/job/returnDetail.vue b/pages/productionReturn/job/returnDetail.vue
index 46f8d568..9557298b 100644
--- a/pages/productionReturn/job/returnDetail.vue
+++ b/pages/productionReturn/job/returnDetail.vue
@@ -8,27 +8,9 @@
申请单号 : {{jobContent.requestNumber}}
-
-
-
- 车间
- {{jobContent.workshopCode}}
-
-
- 生产线
- {{titleInfo.productionLineCode}}
-
-
- 工位
- {{ titleInfo.workStationCode }}
-
-
- 原材料库
- {{ titleInfo.toLocationCode}}
-
-
-
-
+
+
@@ -103,6 +85,7 @@
import comMessage from '@/mycomponents/common/comMessage.vue'
import jobTop from '@/mycomponents/job/jobTop.vue'
import winScanPack from '@/mycomponents/scan/winScanPack.vue'
+ import workStation from '@/mycomponents/workStation/workStation.vue'
export default {
name: 'receipt_detail',
@@ -114,8 +97,8 @@
comReturnDetailCard,
detailInfoPopup,
comMessage,
- jobTop
-
+ jobTop,
+ workStation
},
data() {
return {
diff --git a/static/config.json b/static/config.json
index 310a012c..5ff11180 100644
--- a/static/config.json
+++ b/static/config.json
@@ -18,7 +18,7 @@
"request_url": {
"name": "request_url",
- "value": "http://192.168.0.176:12080/admin-api",
+ "value": "http://192.168.0.230:12080/admin-api",
"dev2": "http://192.168.0.157:12080/admin-api",
"chefang": "http://192.168.0.176:12080/admin-api",
"chenxinming": "http://192.168.0.230:12080/admin-api",
From 0c3cc2e2e8e2d168f07132ffc1b687c167a4cccb Mon Sep 17 00:00:00 2001
From: niexiting <85552560@qq.com>
Date: Thu, 28 Dec 2023 15:17:42 +0800
Subject: [PATCH 2/9] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=99=A8=E5=85=B7?=
=?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=92=8C=E8=A7=A3=E7=BB=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mycomponents/balance/balance.vue | 2 +-
mycomponents/record/recordComDetailCard.vue | 4 +-
mycomponents/scan/winScanContainer.vue | 2 +-
.../container/record/containerBindRecord.vue | 77 ++++++++----------
.../record/containerUnBindRecord.vue | 80 ++++++++++++++++---
pages/purchaseReceipt/job/receiptDetail.vue | 2 -
static/config.json | 2 +-
7 files changed, 105 insertions(+), 64 deletions(-)
diff --git a/mycomponents/balance/balance.vue b/mycomponents/balance/balance.vue
index 39e60f2a..1d9e56ed 100644
--- a/mycomponents/balance/balance.vue
+++ b/mycomponents/balance/balance.vue
@@ -1,5 +1,5 @@
-
+
diff --git a/mycomponents/record/recordComDetailCard.vue b/mycomponents/record/recordComDetailCard.vue
index a80e1a79..a27e9af7 100644
--- a/mycomponents/record/recordComDetailCard.vue
+++ b/mycomponents/record/recordComDetailCard.vue
@@ -10,7 +10,7 @@
-
+
-
+
diff --git a/mycomponents/scan/winScanContainer.vue b/mycomponents/scan/winScanContainer.vue
index b114584d..dd49d475 100644
--- a/mycomponents/scan/winScanContainer.vue
+++ b/mycomponents/scan/winScanContainer.vue
@@ -78,7 +78,7 @@
uni.hideLoading();
if (res.data.list.length > 0) {
this.containerInfo = res.data.list[0];
- if (this.containerInfo.status == 'USED') {
+ if (this.containerInfo.containerStatus == 'USED') {
this.callBack();
} else {
this.showErrorMessage("器具[" + this.code + "]状态是[" + this.containerInfo.status + "],不可以绑定")
diff --git a/pages/container/record/containerBindRecord.vue b/pages/container/record/containerBindRecord.vue
index 09510e3d..9518d90d 100644
--- a/pages/container/record/containerBindRecord.vue
+++ b/pages/container/record/containerBindRecord.vue
@@ -38,7 +38,7 @@
-
@@ -48,7 +48,6 @@
+
+
diff --git a/pages/container/coms/comPalletRecord.vue b/pages/container/coms/comPalletRecord.vue
index 2feaf3cc..2cd70472 100644
--- a/pages/container/coms/comPalletRecord.vue
+++ b/pages/container/coms/comPalletRecord.vue
@@ -21,7 +21,7 @@
-
+
@@ -43,7 +43,7 @@
import {
getDetailOption,
- getDetailEditRemoveOption,
+ getEditOption,
getClearOption
} from '@/common/array.js';
export default {
@@ -95,7 +95,6 @@
})
}
}
-
},
immediate: true,
deep: true
@@ -117,7 +116,7 @@
mounted() {
this.detailOptions = getDetailOption();
- this.scanOptions = getDetailEditRemoveOption();
+ this.scanOptions = getEditOption();
this.removeOptions = getClearOption();
},
diff --git a/pages/container/record/containerBindRecord.vue b/pages/container/record/containerBindRecord.vue
index 9518d90d..487c0571 100644
--- a/pages/container/record/containerBindRecord.vue
+++ b/pages/container/record/containerBindRecord.vue
@@ -1,23 +1,24 @@
-
+
-
-
+
+
+
+
+
-
+
-
+
+
@@ -27,32 +28,28 @@
-
-
-
+
-
-
-
-
-
+
+
+
+
diff --git a/pages/container/record/containerUnBindRecord.vue b/pages/container/record/containerUnBindRecord.vue
index 3c688c84..d6ec09b2 100644
--- a/pages/container/record/containerUnBindRecord.vue
+++ b/pages/container/record/containerUnBindRecord.vue
@@ -149,7 +149,7 @@
} else {
itemDetail.scaned = true;
itemDetail.record = this.createRecordInfo(itemDetail, result.label);
- this.calcHandleQty();
+ // this.calcHandleQty();
}
}
}
@@ -388,38 +388,5 @@
diff --git a/pages/purchaseReturn/job/returnDetail.vue b/pages/purchaseReturn/job/returnDetail.vue
index de1333e6..36e7b708 100644
--- a/pages/purchaseReturn/job/returnDetail.vue
+++ b/pages/purchaseReturn/job/returnDetail.vue
@@ -2,9 +2,9 @@
diff --git a/pages/productReceipt/coms/comProductRecord.vue b/pages/productReceipt/coms/comProductRecord.vue
index 83b1873c..0c9b11a4 100644
--- a/pages/productReceipt/coms/comProductRecord.vue
+++ b/pages/productReceipt/coms/comProductRecord.vue
@@ -17,7 +17,7 @@
+ :isShowPack="true" :isShowFromLocation="false">
diff --git a/pages/productionReturn/coms/comReturnRecord.vue b/pages/productionReturn/coms/comReturnRecord.vue
index 53fb1081..674ae719 100644
--- a/pages/productionReturn/coms/comReturnRecord.vue
+++ b/pages/productionReturn/coms/comReturnRecord.vue
@@ -17,7 +17,7 @@
+ :isShowFromLocation="true" :isShowToLocation="isShowToLocation">
diff --git a/pages/query/coms/comLocationDetailCard.vue b/pages/query/coms/comLocationDetailCard.vue
index 819a5740..09fe6ec2 100644
--- a/pages/query/coms/comLocationDetailCard.vue
+++ b/pages/query/coms/comLocationDetailCard.vue
@@ -8,7 +8,7 @@
-
diff --git a/pages/repleinsh/coms/comScanReplishPack.vue b/pages/repleinsh/coms/comScanReplishPack.vue
index 95f1824c..7f1c369c 100644
--- a/pages/repleinsh/coms/comScanReplishPack.vue
+++ b/pages/repleinsh/coms/comScanReplishPack.vue
@@ -69,7 +69,7 @@
-