diff --git a/src/api/shopOrder/shopOrder.js b/src/api/shopOrder/shopOrder.js
index cf79d43..f46559b 100644
--- a/src/api/shopOrder/shopOrder.js
+++ b/src/api/shopOrder/shopOrder.js
@@ -38,3 +38,8 @@ export const deleteShopOrderData = data => createAPI(`/shopOrder/deleteShopOrder
export const saveShopOrderData = data => createAPI(`/shopOrder/saveShopOrderData`,'post',data)
export const getShopOrderDetail = data => createAPI(`/shopOrder/getShopOrderDetail`,'post',data)
+
+// 获取shoporder 信息
+export const getOrderInfo = data => createAPI(`/shopOrder/getOrderInfo`,'post',data)
+// 获取 shoporder sap sobom 信息
+export const getShopOrderSapSOBOM = data => createAPI(`/shopOrder/getShopOrderSapSOBOM`,'post',data)
diff --git a/src/views/modules/shopOrder/shopOrder/shopOrder.vue b/src/views/modules/shopOrder/shopOrder/shopOrder.vue
index 0dcbbcf..83b46d7 100644
--- a/src/views/modules/shopOrder/shopOrder/shopOrder.vue
+++ b/src/views/modules/shopOrder/shopOrder/shopOrder.vue
@@ -2,8 +2,9 @@
-
- {{'列表'}}
+
+ {{ '列表' }}
+
@@ -16,9 +17,9 @@
-
-
-
+
+
+
@@ -29,12 +30,13 @@
-
+
- {{'编辑'}}
- {{'删除'}}
- {{'打印'}}
+ {{ '编辑' }}
+ {{ '删除' }}
+ {{ '打印' }}
+
@@ -61,15 +63,15 @@
@@ -123,7 +125,7 @@
-
+
@@ -161,7 +163,8 @@
-
+
@@ -205,7 +208,7 @@
:min-width="item.columnWidth"
:label="item.columnLabel">
- {{scope.row[item.columnProp]}}
+ {{ scope.row[item.columnProp] }}
@@ -246,7 +249,7 @@
:width="item.columnWidth"
:label="item.columnLabel">
- {{scope.row[item.columnProp]}}
+ {{ scope.row[item.columnProp] }}
@@ -287,7 +290,7 @@
:min-width="item.columnWidth"
:label="item.columnLabel">
- {{scope.row[item.columnProp]}}
+ {{ scope.row[item.columnProp] }}
@@ -295,13 +298,13 @@
-
+
-
+
-
+
-
+
- {{'查询'}}
+ {{ '查询' }}
@@ -371,17 +374,17 @@
:width="item.columnWidth"
:label="item.columnLabel">
- {{scope.row[item.columnProp]}}
+ {{ scope.row[item.columnProp] }}
-
+
关闭
-
+
@@ -413,22 +416,25 @@
订单类型:
-
+
-
+
计划方式:
-
+
-
+
-
+
项目编码:
-
+
@@ -443,7 +449,8 @@
-
+
@@ -451,1591 +458,1669 @@
-
+
保存
关闭
-
+