diff --git a/mycomponents/detail/comDetailCard.vue b/mycomponents/detail/comDetailCard.vue
index 07589a53..e0ca6925 100644
--- a/mycomponents/detail/comDetailCard.vue
+++ b/mycomponents/detail/comDetailCard.vue
@@ -15,8 +15,8 @@
-
+
diff --git a/mycomponents/recommend/recommend.vue b/mycomponents/recommend/recommend.vue
index 0362abc4..3e0f7196 100644
--- a/mycomponents/recommend/recommend.vue
+++ b/mycomponents/recommend/recommend.vue
@@ -5,7 +5,7 @@
-
+
@@ -60,7 +60,7 @@
type: Boolean,
default: true
},
- isShowLocation: {
+ isShowFromLocation: {
type: Boolean,
default: true
},
diff --git a/pages.json b/pages.json
index 4dd39be3..41a4d87e 100644
--- a/pages.json
+++ b/pages.json
@@ -1020,7 +1020,7 @@
},
{
- "path": "pages/transfer/record/issueRecord",
+ "path": "pages/transfer/record/deliverRecord",
"style": {
"navigationBarTitleText": "调拨发出记录",
"enablePullDownRefresh": true
diff --git a/pages/count/job/countDetail.vue b/pages/count/job/countDetail.vue
index 2b5a9c3c..aae27b25 100644
--- a/pages/count/job/countDetail.vue
+++ b/pages/count/job/countDetail.vue
@@ -1,8 +1,6 @@
-
-
+
@@ -21,6 +19,9 @@
+
+
@@ -476,7 +477,7 @@
},
- async submitJob() {
+ submitJob() {
uni.showLoading({
title: "提交中....",
mask: true
diff --git a/pages/count/record/countRecord.vue b/pages/count/record/countRecord.vue
index 73771c26..29f99d2e 100644
--- a/pages/count/record/countRecord.vue
+++ b/pages/count/record/countRecord.vue
@@ -188,15 +188,11 @@
getfromLocationCode(location) {
this.fromLocationInfo = location;
- this.fromLocationCode = location.Code;
+ this.fromLocationCode = location.code;
//查询库位下的库存
- let param = {
- locationCode: this.fromLocationCode,
- inventoryStatus: []
- };
- balanceByLocation(param, res => {
- this.subList = res.Data;
+ balanceByLocation(this.fromLocationCode, res => {
+ this.subList = res.data.list;
this.detailSource = getDataSource(this.subList);
});
diff --git a/pages/inspect/job/inspectJob.vue b/pages/inspect/job/inspectJob.vue
index 6a422185..55383eba 100644
--- a/pages/inspect/job/inspectJob.vue
+++ b/pages/inspect/job/inspectJob.vue
@@ -24,7 +24,6 @@