From a8d2d7e8904b62b9a1e0549a83e83216eb0a7385 Mon Sep 17 00:00:00 2001
From: niexiting <85552560@qq.com>
Date: Tue, 9 Apr 2024 09:03:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E8=B4=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/deliver/coms/comDeliverJobCard.vue | 98 +++++++++++---------
src/pages/deliver/job/deliverDetail.vue | 21 +++--
src/static/config.js | 2 +-
3 files changed, 65 insertions(+), 56 deletions(-)
diff --git a/src/pages/deliver/coms/comDeliverJobCard.vue b/src/pages/deliver/coms/comDeliverJobCard.vue
index 6daab45f..a4e79a87 100644
--- a/src/pages/deliver/coms/comDeliverJobCard.vue
+++ b/src/pages/deliver/coms/comDeliverJobCard.vue
@@ -1,50 +1,56 @@
-
-
-
+
+
+
+
+
+
+ 发货计划单号 : {{dataContent.deliverPlanNumber}}
+
+
+
+
+
+ 发货类型 : {{dataContent.deliverType}}
+
+
+
+
+
+ 客户代码 : {{dataContent.customerCode}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/deliver/job/deliverDetail.vue b/src/pages/deliver/job/deliverDetail.vue
index fa52c99e..2993946b 100644
--- a/src/pages/deliver/job/deliverDetail.vue
+++ b/src/pages/deliver/job/deliverDetail.vue
@@ -7,17 +7,20 @@
+
- 客户代码
- {{jobContent.customerCode}}
+ 发货类型
+ {{jobContent.deliverType}}
+
- 客户寄售库
- {{toLocationCode}}
+ 客户代码
+ {{jobContent.customerCode}}
+
目标库位
{{toLocationCode}}
@@ -106,7 +109,7 @@
scanOptions: [],
status: "",
toLocationCode: "",
- jobStatus:""
+ jobStatus: ""
};
},
@@ -138,7 +141,7 @@
onBackPress(e) {
//已经接收但是没提交任务
if (e.from == 'backbutton') {
- if (this.jobStatus=="2") {
+ if (this.jobStatus == "2") {
//取消承接任务
cancleTakeDeliverJob(this.id).then(res => {
uni.navigateBack();
@@ -180,7 +183,7 @@
if (res.data.subList.length > 0) {
that.jobContent = res.data;
that.jobStatus = res.data.status;
-
+
that.subList = res.data.subList;
that.detailSource = getDataSource(that.detailSource, that.subList)
that.toLocationCode = that.subList[0].toLocationCode
@@ -281,7 +284,7 @@
record.supplierCode = r.supplierCode;
//使用在途库不改变管理模式
- if (this.toLocationCode ==null) {
+ if (this.toLocationCode == null) {
record.toPackingNumber = r
.packingNumber;
record.toBatch = r.batch;
@@ -462,4 +465,4 @@
// border-bottom-width: 1px;
// border-bottom-color: #ebeef5;
// }
-
+
\ No newline at end of file
diff --git a/src/static/config.js b/src/static/config.js
index a6ee2092..8379aac5 100644
--- a/src/static/config.js
+++ b/src/static/config.js
@@ -1,5 +1,5 @@
let request_url = "http://dev.ccwin-in.com:25300/api/admin-api"
-// let request_url = "http://192.168.0.113:12080/admin-api"
+// let request_url = "http://192.168.0.128:12080/admin-api"
let isDevelopment = true