diff --git a/fe/PDA/mycomponents/comItem/comItemCode.vue b/fe/PDA/mycomponents/comItem/comItemCode.vue
new file mode 100644
index 000000000..1428fd15c
--- /dev/null
+++ b/fe/PDA/mycomponents/comItem/comItemCode.vue
@@ -0,0 +1,38 @@
+
+
+ {{ itemData.itemCode }}
+
+ {{ itemData.itemName }}
+ {{ itemData.itemDesc1 }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/fe/PDA/mycomponents/wincom/winCollapseLocation.vue b/fe/PDA/mycomponents/wincom/winCollapseLocation.vue
index 7d6831373..a6557a624 100644
--- a/fe/PDA/mycomponents/wincom/winCollapseLocation.vue
+++ b/fe/PDA/mycomponents/wincom/winCollapseLocation.vue
@@ -1,7 +1,7 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/fe/PDA/pages.js b/fe/PDA/pages.js
index 810972ec7..0a692b7ff 100644
--- a/fe/PDA/pages.js
+++ b/fe/PDA/pages.js
@@ -617,6 +617,13 @@ module.exports = () => ({
"navigationBarTitleText": "空器具库移详情",
"enablePullDownRefresh": true
}
+ },
+ {
+ "path": "pages/record/productionReturn",
+ "style": {
+ "navigationBarTitleText": "客户退货",
+ "enablePullDownRefresh": true
+ }
}
],
diff --git a/fe/PDA/pages.json b/fe/PDA/pages.json
index aebbd9fb8..a3d1ea405 100644
--- a/fe/PDA/pages.json
+++ b/fe/PDA/pages.json
@@ -595,6 +595,13 @@
"navigationBarTitleText": "接收空器具详情",
"enablePullDownRefresh": true
}
+ },
+ {
+ "path": "pages/record/productionReturn",
+ "style": {
+ "navigationBarTitleText": "客户退货",
+ "enablePullDownRefresh": true
+ }
}
diff --git a/fe/PDA/pages/record/productionReturn.vue b/fe/PDA/pages/record/productionReturn.vue
new file mode 100644
index 000000000..3c6b19d9a
--- /dev/null
+++ b/fe/PDA/pages/record/productionReturn.vue
@@ -0,0 +1,424 @@
+
+
+
+
+
+
+
+
+
+
+
+ 数量
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 箱码
+ 1234567890
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file