From 73aa7f8c19472974f8fb88944b6d6828f586cc4d Mon Sep 17 00:00:00 2001
From: zmj <1493694146@qq.com>
Date: Tue, 7 Nov 2023 09:21:19 +0800
Subject: [PATCH 1/5] =?UTF-8?q?=E9=95=87=E5=85=AC=E5=8F=B8=E8=BA=AB?=
=?UTF-8?q?=E4=BB=BD=E6=94=B9=E5=8F=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/oaHome/oaHome.vue | 1893 +++++++++++++++---------------
pages/oaTask/oaTask.vue | 150 +--
subpkg/property/index.vue | 4 +-
subpkg/townTask/serviceTask4.vue | 527 +++++----
4 files changed, 1280 insertions(+), 1294 deletions(-)
diff --git a/pages/oaHome/oaHome.vue b/pages/oaHome/oaHome.vue
index 2053cfe..f5ecb88 100644
--- a/pages/oaHome/oaHome.vue
+++ b/pages/oaHome/oaHome.vue
@@ -1,189 +1,145 @@
-
-
-
+
-
-
-
-
-
-
- {{managerInfo.manager_name}}
+
+
+
+
+ 暂无更多消息
+
+
-
-
- {{managerInfo.msg_num}}
+
+
+
+
+
+ {{managerInfo.manager_name}}
+
-
-
+
+
+ {{managerInfo.msg_num}}
+
+
+
+
+
-
-
-
-
-
- 工作管理
-
-
-
+
+
-
-
-
-
-
- {{ item.name }}
-
-
-
+
+
+
+
+
+ {{ item.name }}
+
+
+
-
-
- 配送信息
- 更多
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ 配送信息
+ 更多
+
+
+
+
+
-
- 暂无配送信息
- 登录后查看配送信息详情
-
-
-
+
-
-
- 登录里海OA,开启线上便捷办公
-
-
-
-
-
+
+
+ 登录里海OA,开启线上便捷办公
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/oaTask/oaTask.vue b/pages/oaTask/oaTask.vue
index a26c769..964f6bb 100644
--- a/pages/oaTask/oaTask.vue
+++ b/pages/oaTask/oaTask.vue
@@ -1,77 +1,89 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
+ .task_list {
+ padding-top: 28rpx;
+ }
+
+ .loading {
+ padding: 28rpx;
+ margin-top: 28rpx;
+ }
+
\ No newline at end of file
diff --git a/subpkg/property/index.vue b/subpkg/property/index.vue
index d3b5f19..dc9adc1 100644
--- a/subpkg/property/index.vue
+++ b/subpkg/property/index.vue
@@ -172,7 +172,7 @@
-
+
可监管车辆数量 {{datas.monitor_num}}
@@ -397,6 +397,8 @@
res.data.apply.length >= 2 ? this.applicationList = res.data.apply : this.applicationList =
res.data.apply.slice(0, 2)
this.dataList = res.data.car_list
+
+
this.showLoading = false
})
}
diff --git a/subpkg/townTask/serviceTask4.vue b/subpkg/townTask/serviceTask4.vue
index dd59cc5..f8857a3 100644
--- a/subpkg/townTask/serviceTask4.vue
+++ b/subpkg/townTask/serviceTask4.vue
@@ -1,275 +1,286 @@
-
-
-
-
-
- {{`任务名称: ${taskInfo.title||''}`}}
- {{taskInfo.content||''}}
-
-
- {{`学习照片 ( ${study_photo.length}/5 ) 张`}}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{`签到表照片 ( ${sign_in_table?1:0}/1 ) 张`}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 培训内容大纲 (50字以上)
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ {{`任务名称: ${taskInfo.title||''}`}}
+ {{taskInfo.content||''}}
+
+
+ {{`学习照片 ( ${study_photo.length}/5 ) 张`}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{`签到表照片 ( ${sign_in_table?1:0}/1 ) 张`}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 培训内容大纲 (50字以上)
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From fb84d0a7cedba205763e306f76e72425f548bb5b Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Tue, 7 Nov 2023 16:17:13 +0800
Subject: [PATCH 2/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/App.vue b/App.vue
index 7c487f2..a6bcbcc 100644
--- a/App.vue
+++ b/App.vue
@@ -37,7 +37,7 @@
shop_token: info.referrerInfo?.extraData?.token
});
this.$store.commit('SET_USERINFO', {
- user: data,
+ user: {},
token: res.data.token
})
this.$store.dispatch('initConfig');
From 4192e6cbfd657860d2b9a62b4ecea9da2b60cf55 Mon Sep 17 00:00:00 2001
From: zmj <1493694146@qq.com>
Date: Tue, 7 Nov 2023 18:55:04 +0800
Subject: [PATCH 3/5] =?UTF-8?q?=E7=89=A9=E6=B5=81=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/task.js | 11 +
components/task/taskItem.vue | 640 ++++++++++++++-------------
pages.json | 18 +
pages/logistics/deliveryDetil.vue | 19 +-
pages/logistics/logisticDetil.vue | 15 +-
subpkg/topUpDeposit/topUpDeposit.vue | 507 +++++++++++----------
subpkg/townTask/gatherRecords.vue | 216 +++++++++
subpkg/townTask/townGather.vue | 638 ++++++++++++++++++++++++++
8 files changed, 1495 insertions(+), 569 deletions(-)
create mode 100644 subpkg/townTask/gatherRecords.vue
create mode 100644 subpkg/townTask/townGather.vue
diff --git a/api/task.js b/api/task.js
index 284cf17..a113762 100644
--- a/api/task.js
+++ b/api/task.js
@@ -65,3 +65,14 @@ export const marketTask10Commit = (data) => oahttp.post('/task/commit_town_task_
* 任务:提交村公司任务-信息平台铺设任务接口
*/
export const villageTask6Commit = (data) => oahttp.post('/task/commit_village_task_type_6', data)
+
+
+/**
+ * 任务:提交村镇公司收集任务列表
+ */
+export const townMasterTask3List = (data) => oahttp.get('/task/service_task_detail', data)
+
+/**
+ * 任务:提交村镇公司收集任务提交
+ */
+export const townMasterTask3Commit = (data) => oahttp.post('/task/commit_town_master_task_type_3', data)
\ No newline at end of file
diff --git a/components/task/taskItem.vue b/components/task/taskItem.vue
index 2812b14..3bdd7e8 100644
--- a/components/task/taskItem.vue
+++ b/components/task/taskItem.vue
@@ -1,30 +1,30 @@
-
-
-
-
-
- 任务名称:
- {{ datas.title }}
-
- 点击查看
-
-
-
-
- 任务状态 :
-
- 已完成
- 已关闭
-
+
+
+
+
+ 任务名称:
+ {{ datas.title }}
+
+ 点击查看
+
+
+
+
+ 任务状态 :
+
+ 已完成
+ 已关闭
+
-
- {{
+
+ {{
(datas.extend.informationg.update
? datas.extend.informationg.update
: 0) +
@@ -33,13 +33,13 @@
? datas.extend.informationg.count
: 0)
}}
-
-
- {{
+ {{
(datas.extend.transaction.arr.transaction_pool
? datas.extend.transaction.arr.transaction_pool
: 0) +
@@ -49,339 +49,351 @@
: 0) +
"元"
}}
-
-
-
- {{(datas.extend.transaction.arr.transaction_pool?datas.extend.transaction.arr.transaction_pool:1)+'元'}} -->
+
+
+ 抵达终点
- 抵达中转点
- 进行中
-
- 进行中
-
-
-
- {{extend.total-extend.not_done_count||0}}/{{extend.total||0}}
-
-
- {{extend.done_count||0}}/{{extend.total||0}}
-
- 进行中
-
- 进行中
-
-
-
+
+ {{extend.total-extend.not_done_count||0}}/{{extend.total||0}}
+
+
+ {{extend.done_count||0}}/{{extend.total||0}}
+
+ 进行中
+
+ 进行中
+
+
+
-
- 完成时间 :
- {{ datas.end_time }}
-
- 进行中
- 已完成
- 已关闭
-
-
- 任务金额 :
- {{ datas.money + "元" || "0.00" }}
-
-
-
-
-
-
+
+ 完成时间 :
+ {{ datas.end_time }}
+
+ 进行中
+ 已完成
+ 已关闭
+
+
+ 任务金额 :
+ {{ datas.money + "元" || "0.00" }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 1f489ac..80f514f 100644
--- a/pages.json
+++ b/pages.json
@@ -886,6 +886,24 @@
"navigationBarTextStyle": "white"
}
+ }, {
+ "path": "townTask/townGather",
+ "style": {
+ "navigationBarTitleText": "养殖信息收集",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
+
+ }, {
+ "path": "townTask/gatherRecords",
+ "style": {
+ "navigationBarTitleText": "养殖信息收集",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#0122C7",
+ "navigationBarTextStyle": "white"
+ }
+
}, {
"path": "complaint/complaint",
"style": {
diff --git a/pages/logistics/deliveryDetil.vue b/pages/logistics/deliveryDetil.vue
index 2a8d537..747817c 100644
--- a/pages/logistics/deliveryDetil.vue
+++ b/pages/logistics/deliveryDetil.vue
@@ -62,12 +62,16 @@
通知时间: {{goodsDetil.logistics.create_time}}
-
- 商品信息
-
+
-
- {{item.goods_name}}
+
+ 商品信息
+
+
+ {{item.goods_name}}
+
X{{item.product_num}}{{item.goods_unit}}
@@ -78,6 +82,8 @@
请详细核对订单信息
共计{{goodsDetil.product_count}}件商品
+
+
@@ -443,9 +449,10 @@
flex: 8;
margin: 0;
- .goods_tit {
+ .goods-tit {
margin: 0;
display: flex;
+ justify-content: space-around;
}
diff --git a/pages/logistics/logisticDetil.vue b/pages/logistics/logisticDetil.vue
index b97bd63..8a34fe6 100644
--- a/pages/logistics/logisticDetil.vue
+++ b/pages/logistics/logisticDetil.vue
@@ -79,6 +79,9 @@
{{item.goods_name}}
+
+
X{{item.product_num}}{{item.goods_unit}}
@@ -204,12 +207,16 @@
-
- 商品信息
-
+
-
+
+ 商品信息
+
+
{{item.goods_name}}
+
X{{item.product_num}}{{item.goods_unit}}
diff --git a/subpkg/topUpDeposit/topUpDeposit.vue b/subpkg/topUpDeposit/topUpDeposit.vue
index 69c4d8d..a104dd3 100644
--- a/subpkg/topUpDeposit/topUpDeposit.vue
+++ b/subpkg/topUpDeposit/topUpDeposit.vue
@@ -1,259 +1,276 @@
-
-
-
-
- 充值信息
-
- 充值账户
- {{$store.state.app.userInfo.company.company_name||''}}
-
-
-
- 收款公司
- {{partyA.company_name}}
-
-
- 对公账号
- {{partyA.qualification.corporate_account||'暂无信息'}}
-
-
-
-
-
- 创建时间:{{item.create_time}}
- 充值金额:{{item.deposit}}元
- 充值凭证:查看凭证
-
-
-
-
-
+
+
+
+
+ 充值信息
+
+ 充值账户
+ {{$store.state.app.userInfo.company.company_name||''}}
+
+
+
+ 收款公司
+ {{partyA.company_name}}
+
+
+ 对公账号
+ {{partyA.qualification.corporate_account||'暂无信息'}}
+
+
+
+
+
+
+ 创建时间:
+ {{item.create_time}}
+
+
+ 充值金额:
+ {{item.deposit}}元
+
+
+ 充值凭证:
+ 查看凭证
+
+
+
+
+
+
\ No newline at end of file
diff --git a/subpkg/townTask/gatherRecords.vue b/subpkg/townTask/gatherRecords.vue
new file mode 100644
index 0000000..1fd8cbc
--- /dev/null
+++ b/subpkg/townTask/gatherRecords.vue
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+
+
+
+ 养植信息
+
+
+ 点击查看
+
+
+
+
+ 法人姓名: {{item.planting[0].entityName}}
+
+
+ 联系电话: {{item.planting[0].phone}}
+
+
+
+
+
+
+ 批发商信息
+
+
+ 点击查看
+
+
+
+
+ 店主姓名: {{item.supply[0].storeName}}
+
+
+ 联系电话: {{item.supply[0].shopkeeperPhone}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/subpkg/townTask/townGather.vue b/subpkg/townTask/townGather.vue
new file mode 100644
index 0000000..726ca8c
--- /dev/null
+++ b/subpkg/townTask/townGather.vue
@@ -0,0 +1,638 @@
+
+
+
+ 养殖信息
+ 镇批发商信息收集表
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From 28729caa81bbb1ef62819018f79068da34ae145d Mon Sep 17 00:00:00 2001
From: zmj <1493694146@qq.com>
Date: Tue, 7 Nov 2023 23:41:56 +0800
Subject: [PATCH 4/5] =?UTF-8?q?=E9=95=87=E5=85=AC=E5=8F=B8=E6=94=B6?=
=?UTF-8?q?=E9=9B=86=E4=BB=BB=E5=8A=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
subpkg/townTask/gatherRecords.vue | 23 ++++--
subpkg/townTask/townGather.vue | 131 +++++++++++++++++++++---------
2 files changed, 106 insertions(+), 48 deletions(-)
diff --git a/subpkg/townTask/gatherRecords.vue b/subpkg/townTask/gatherRecords.vue
index 1fd8cbc..6479b8d 100644
--- a/subpkg/townTask/gatherRecords.vue
+++ b/subpkg/townTask/gatherRecords.vue
@@ -1,12 +1,13 @@
-
+
-
+
养植信息
@@ -15,7 +16,7 @@
点击查看
-
+
法人姓名: {{item.planting[0].entityName}}
@@ -24,7 +25,8 @@
-
+
批发商信息
@@ -83,15 +85,19 @@
}
},
-
+ onShow() {
+ townMasterTask3List({
+ id: this.task_id
+ }).then(res => {
+ this.gatherList = res.data.template_info.extend.purchase_sales_info
+ })
+ },
onLoad(option) {
this.task_id = option.task_id
townMasterTask3List({
id: option.task_id
}).then(res => {
-
this.gatherList = res.data.template_info.extend.purchase_sales_info
-
})
// townTask3List()
},
@@ -104,6 +110,7 @@
},
navgo(url) {
+ this.show = false
uni.navigateTo({
url
})
diff --git a/subpkg/townTask/townGather.vue b/subpkg/townTask/townGather.vue
index 726ca8c..00fc0b5 100644
--- a/subpkg/townTask/townGather.vue
+++ b/subpkg/townTask/townGather.vue
@@ -1,5 +1,5 @@
-
+
养殖信息
镇批发商信息收集表
@@ -179,7 +179,7 @@
-
+
@@ -190,8 +190,7 @@
-
+
@@ -344,13 +343,16 @@
-
+
-
-
+
+
+
+
+