diff --git a/.env.development b/.env.development
index 2901a85d..d4e2314a 100644
--- a/.env.development
+++ b/.env.development
@@ -1,10 +1,11 @@
-#VITE_BASE_URL=http://dev.ccwin-in.com:25300/api/admin-api
-#VITE_BASE_URL_IMAGE=http://dev.ccwin-in.com:25300/api/admin-api
-
-VITE_BASE_URL=http://localhost:12080/admin-api
VITE_BASE_URL_IMAGE=http://localhost:12080/admin-api
# 租户配置
VITE_TENANT='[{"text":"长春","value":1},{"text":"成都","value":2}]'
+VITE_BASE_URL=http://localhost:12080/admin-api
+VITE_BASE_URL_IMAGE=http://172.22.32.9:81/admin-api
+
+# 租户配置
+VITE_TENANT='[{"text":"成都1397","value":2},{"text":"长春2379","value":3}]'
# 是否是测试环境
VITE_isDevelopment=true
# 积木报表请求路径
-VITE_JMREPORT_BASE_URL='http://dev.ccwin-in.com:25310'
\ No newline at end of file
+VITE_JMREPORT_BASE_URL='http://172.22.32.9:90'
diff --git a/src/hybrid/html/pointPutawayJob.html b/src/hybrid/html/pointPutawayJob.html
new file mode 100644
index 00000000..20a53275
--- /dev/null
+++ b/src/hybrid/html/pointPutawayJob.html
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ mainBody
+
+
\ No newline at end of file
diff --git a/src/pages.json b/src/pages.json
index 698cb0cf..a2953a08 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -223,15 +223,15 @@
"buttons": [
// 右边按钮
{
-
+
"float": "right",
"fontSize": "58rpx", //按钮上文字的大小
"text": "\ue696",
"fontSrc": "/static/ali_icon/iconfont.ttf"
-
+
},
{
-
+
"float": "right",
"fontSize": "52rpx", //按钮上文字的大小
"text": "\ue6e2",
@@ -653,15 +653,15 @@
}
},
{
- "path": "pages/repleinsh/record/directRepleinshRecord",
- "style": {
- "navigationBarTitleText": "直接补料",
- "enablePullDownRefresh": true,
- "titleNView": {
- "autoBackButton": "true"
- }
- }
- },
+ "path": "pages/repleinsh/record/directRepleinshRecord",
+ "style": {
+ "navigationBarTitleText": "直接补料",
+ "enablePullDownRefresh": true,
+ "titleNView": {
+ "autoBackButton": "true"
+ }
+ }
+ },
{
"path": "pages/productionReturn/request/returnRequestCreate",
"style": {
@@ -2047,25 +2047,32 @@
"navigationBarTitleText": "翻包任务详情",
"enablePullDownRefresh": false
}
- },{
+ }, {
"path": "pages/point/index",
"style": {
"navigationBarTitleText": "打印",
"enablePullDownRefresh": false
}
- },{
+ }, {
"path": "pages/pointProductReceipt/index",
"style": {
"navigationBarTitleText": "打印",
"enablePullDownRefresh": false
}
- },{
+ }, {
"path": "pages/pointProductReceipt/webview",
"style": {
"navigationBarTitleText": "打印",
"enablePullDownRefresh": false
}
},
+ {
+ "path": "pages/pointPutawayJob/index",
+ "style": {
+ "navigationBarTitleText": "打印",
+ "enablePullDownRefresh": false
+ }
+ },
{
"path": "pages/check/checkFgLabel",
"style": {
diff --git a/src/pages/pointPutawayJob/index.vue b/src/pages/pointPutawayJob/index.vue
new file mode 100644
index 00000000..d1952aa8
--- /dev/null
+++ b/src/pages/pointPutawayJob/index.vue
@@ -0,0 +1,316 @@
+
+
+
+
+
+
+
+ 目标库位:{{data.toLocationCode}}
+
+
+ 任务编号:{{data.number}}
+
+
+ 创建人:{{data.creator||''}}
+
+
+ 创建时间:{{data.createTime}}
+
+
+
+
+ 物品代码
+ 物品描述
+ 批次
+ 包装号
+ 包装规格
+ 数量
+ 计量单位
+
+
+ {{cur.itemCode}}
+ {{cur.itemDesc1}}
+ {{cur.batch}}
+ {{cur.packingNumber}}
+ {{cur.packUnit}}
+ {{cur.packQty}}
+ {{cur.uom}}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/purchaseReceipt/job/receiptDetail.vue b/src/pages/purchaseReceipt/job/receiptDetail.vue
index 61631bd2..f102f0b3 100644
--- a/src/pages/purchaseReceipt/job/receiptDetail.vue
+++ b/src/pages/purchaseReceipt/job/receiptDetail.vue
@@ -53,7 +53,7 @@