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 @@ + + + + \ 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.requestNumber}} + - 客户代码 - {{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