From 4431b11f367688534bf0de0ba19c4b0a96678d80 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Wed, 10 Jan 2024 19:58:10 +0800
Subject: [PATCH] fix
---
apis/modules/order.js | 3 +
other/clue/clue.vue | 201 +++++++++++++
other/procure/procure.vue | 14 +-
.../registeredActivity/registeredActivity.vue | 265 +++++++++++-------
other/vouchers/vouchers.vue | 1 +
pages.json | 8 +
pages/person/person.vue | 9 +-
7 files changed, 388 insertions(+), 113 deletions(-)
create mode 100644 other/clue/clue.vue
diff --git a/apis/modules/order.js b/apis/modules/order.js
index b463d66..85062cd 100644
--- a/apis/modules/order.js
+++ b/apis/modules/order.js
@@ -12,4 +12,7 @@ export const orderConfirm = (data) => {
}
export const orderSubmit = (data) => {
return post('nakadai/order/order/submit', data)
+}
+export const page = (data) => {
+ return get('nakadai/platformOrder/page', data)
}
\ No newline at end of file
diff --git a/other/clue/clue.vue b/other/clue/clue.vue
new file mode 100644
index 0000000..b2f5f24
--- /dev/null
+++ b/other/clue/clue.vue
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.companyName }}
+
+
+
+ 采购内容:{{ item.oriPrice || 0 }}
+ 数量:{{ item.totalStocks || 0 }}
+ 编号:{{ item.orderNumber }}
+ 提交时间:{{ item.createTime }}
+
+ 组织采购
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/other/procure/procure.vue b/other/procure/procure.vue
index 3e5310f..8ccba2d 100644
--- a/other/procure/procure.vue
+++ b/other/procure/procure.vue
@@ -1,9 +1,12 @@
-
+
+
+
+
+
+
@@ -43,6 +46,7 @@
data() {
return {
Goods,
+ keyword: '',
curTab: '',
tabs: [
{
@@ -143,7 +147,6 @@
.item {
padding: 20rpx;
margin-bottom: 20rpx;
- // border-bottom: 1px solid #f1f1f1;
background-color: #fff;
}
.metas {
@@ -157,7 +160,7 @@
}
.date {
font-size: 24rpx;
- color: #ccc;
+ color: #8e8e8e;
}
.info {
display: flex;
@@ -168,6 +171,7 @@
display: flex;
align-items: center;
padding: 18rpx 0;
+ margin-bottom: 10rpx;
font-size: 32rpx;
font-weight: 600;
color: #333;
diff --git a/other/registeredActivity/registeredActivity.vue b/other/registeredActivity/registeredActivity.vue
index 31cba55..5ee72d8 100644
--- a/other/registeredActivity/registeredActivity.vue
+++ b/other/registeredActivity/registeredActivity.vue
@@ -6,20 +6,28 @@
-
+
+
+ - 全部
+
+
+
+ - {{ tab.classificationName }}
+
+
handle(e, item)"
>
-
+
-
+
{{ item.competitionName }}
{{ item.applicantNum }}/{{ item.quantityLimit }}人已报名
@@ -29,39 +37,36 @@
举办时间:{{ item.playStartTime + ' ~ ' + item.playEndTime }}
主办方:{{ item.sponsor }}
+ 电子入场券
-
+
+
+
diff --git a/other/vouchers/vouchers.vue b/other/vouchers/vouchers.vue
index 954318e..0ae6dc5 100644
--- a/other/vouchers/vouchers.vue
+++ b/other/vouchers/vouchers.vue
@@ -231,6 +231,7 @@
right: 20rpx;
}
.activity-name {
+ padding: 0 10rpx;
font-size: 36rpx;
color: $uni-primary;
}
diff --git a/pages.json b/pages.json
index c59a68c..9b16e98 100644
--- a/pages.json
+++ b/pages.json
@@ -108,6 +108,14 @@
"navigationBarTitleText" : "采购详情",
"enablePullDownRefresh" : false
}
+ },
+ {
+ "path" : "clue/clue",
+ "style" :
+ {
+ "navigationBarTitleText" : "商机线索",
+ "enablePullDownRefresh" : true
+ }
}
]
},
diff --git a/pages/person/person.vue b/pages/person/person.vue
index db074d4..48c628e 100644
--- a/pages/person/person.vue
+++ b/pages/person/person.vue
@@ -48,10 +48,11 @@
我的发票
-->
-
+
- 我的订单
- -->
+ 我的采购
+
发布采购
@@ -133,7 +134,7 @@
我要采购
-
+
商机线索