diff --git a/src/api/request2.js b/src/api/request2.js
index 04766268..72bf5624 100644
--- a/src/api/request2.js
+++ b/src/api/request2.js
@@ -864,7 +864,7 @@ export function getIssueJobDetail(id) {
* /wms/issue-request-main
*/
export function getBalanceByBatchOffShelf(itemCode, qty) {
- return http.get("/wms/issue-request-main/getBalanceByBatchOffShelf?itemCode=" + itemCode + "&&qty=" + qty)
+ return http.get("/wms/issue-request-main/getBalanceByBatchOffShelf?itemCode=" + itemCode + "&qty=" + qty + "&businesstype=" + businesstype)
}
/**
@@ -2649,7 +2649,8 @@ export function getBusinessType() {
*/
export function getPlaneInfoByproductLine(productionLine,planDate) {
- return http.get("/wms/production-main/getPlanProductionByProductionLineAndPlanDate?productionLine="+productionLine+"&planDate="+planDate)
+ return http.get("/wms/production-main/getPlanProductionByProductionLineAndPlanDate?productionLine=" +
+ productionLine + "&planDate=" + planDate)
}
/**
diff --git a/src/pages.json b/src/pages.json
index f4d53c48..d5476a87 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -597,7 +597,7 @@
{
"path": "pages/issue/record/issueRecord",
"style": {
- "navigationBarTitleText": "直接发料记录",
+ "navigationBarTitleText": "先进先出发料",
"enablePullDownRefresh": true,
"titleNView": {
"autoBackButton": "true"
diff --git a/src/pages/issue/record/issueRecord.vue b/src/pages/issue/record/issueRecord.vue
index 96b42863..474e5a29 100644
--- a/src/pages/issue/record/issueRecord.vue
+++ b/src/pages/issue/record/issueRecord.vue
@@ -1,349 +1,744 @@
-
-
+
+
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
diff --git a/src/pages/issue/record/issueRecordV1.vue b/src/pages/issue/record/issueRecordV1.vue
new file mode 100644
index 00000000..96b42863
--- /dev/null
+++ b/src/pages/issue/record/issueRecordV1.vue
@@ -0,0 +1,349 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/repleinsh/record/repleinshRecord.vue b/src/pages/repleinsh/record/repleinshRecord.vue
index 83d78c44..6674959b 100644
--- a/src/pages/repleinsh/record/repleinshRecord.vue
+++ b/src/pages/repleinsh/record/repleinshRecord.vue
@@ -218,7 +218,7 @@ export default {
itemCode: result.package.itemCode,
qty: result.package.qty
}
- getBalanceByBatchOffShelf(item.itemCode, item.qty)
+ getBalanceByBatchOffShelf(item.itemCode, item.qty, 'Repleinment')
.then((res) => {
if (res.data == null) {
that.showErrorMessage('未获取到推荐信息')
diff --git a/src/pages/repleinsh/record/repleinshRecordV1.vue b/src/pages/repleinsh/record/repleinshRecordV1.vue
new file mode 100644
index 00000000..8cae0661
--- /dev/null
+++ b/src/pages/repleinsh/record/repleinshRecordV1.vue
@@ -0,0 +1,465 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+