diff --git a/src/api/issueNotify/issueNotify.js b/src/api/issueNotify/issueNotify.js
index 2f4c9fc..a0ab87d 100644
--- a/src/api/issueNotify/issueNotify.js
+++ b/src/api/issueNotify/issueNotify.js
@@ -1,7 +1,12 @@
import { createAPI } from "@/utils/httpRequest.js";
-export const searchMenuLanguageById = data => createAPI(`sys/menu/searchMenuLanguageById`,'post',data)
-
+// 获取提货单分页列表
export const issueNotifyPageSearch = data => createAPI(`orderIssure/issureNotify/issueNotifyPageSearch`,'post',data)
+// 新增提货单
+export const addBillLading = data => createAPI(`orderIssure/issureNotify/addBillLading`,'post',data)
+
+// 创建提货单
+export const createBillLading = data => createAPI(`orderIssure/issureNotify/createBillLading`,'post',data)
+
export const queryPickDetailList = data => createAPI("/orderIssure/issureNotify/pick/detail",'post',data)
diff --git a/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue b/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue
index 5257340..92c2e8a 100644
--- a/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue
+++ b/src/views/modules/orderIssure/soIssueNotify/issueNotify.vue
@@ -81,11 +81,11 @@
width="100"
label="操作">
- 创建提货单
+ 创建提货单
更多
- 提货单明细
+ 提货单明细
创建提货单汇总
提货单汇总
@@ -104,61 +104,31 @@
layout="total, sizes, prev, pager, next, jumper">
-
-
-
-
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+ 关闭
+
diff --git a/src/views/modules/production/warehousing.vue b/src/views/modules/production/warehousing.vue
index 920adc6..d841e1d 100644
--- a/src/views/modules/production/warehousing.vue
+++ b/src/views/modules/production/warehousing.vue
@@ -14,7 +14,7 @@
@@ -26,7 +26,7 @@
@@ -82,7 +82,7 @@
-
+
-
+
-
+
-
+
-
+
@@ -128,22 +129,22 @@
-
+
-
+
-
+
-
+
@@ -160,22 +161,22 @@
-
+
-
+
-
+
-
+
@@ -244,8 +245,8 @@ export default {
orderNo: '',
partNo: '',
thOrderNo: '',
- startDate: '',
- endDate: '',
+ startTime: '',
+ endTime: '',
page: 1,
limit: 50,
},
@@ -657,3 +658,12 @@ export default {
line-height: 1.5;
}
+
+
+