From a4aeeb1ef2444312dc703d96481a635b2b8504c6 Mon Sep 17 00:00:00 2001 From: yangxin <2509699647@qq.com> Date: Fri, 21 Mar 2025 15:01:12 +0800 Subject: [PATCH] '最新' --- admin-web-master/dist.zip | Bin 6007429 -> 0 bytes admin-web-master/src/api/dataSta.js | 8 ++++++++ admin-web-master/src/api/stocksForewarn.js | 2 +- admin-web-master/src/components/add/addmb.vue | 1147 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- admin-web-master/src/components/chakan/fa.vue | 2 +- admin-web-master/src/components/change/mbadd.vue | 792 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- admin-web-master/src/utils/request.js | 6 +++--- admin-web-master/src/utils/request2.js | 6 +++--- admin-web-master/src/views/analysis/refund/index.vue | 2 +- admin-web-master/src/views/analysis/statistics/index.vue | 11 ++++++----- admin-web-master/src/views/detect/admap.vue | 7 +++++++ admin-web-master/src/views/detect/information/index.vue | 7 +++++++ admin-web-master/src/views/detect/map/index.vue | 7 +++++++ admin-web-master/src/views/rent/audit/index.vue | 29 +++++++++++++++++++++++++++++ admin-web-master/src/views/revenue/totalsales/index.vue | 4 ++-- admin-web-master/src/views/salesSta/dataSta.vue | 25 +++++++++++++++++-------- admin-web-master/src/views/shopbus/autd/index.vue | 12 ++++++------ admin-web-master/src/views/shopbus/businessList/index.vue | 6 +++--- admin-web-master/src/views/stockControl/stocksForewarn/index.vue | 24 ++++++++++++------------ lvdao-miniapp/pages/details/details.vue | 4 ++-- lvdao-miniapp/pagesA/moreZu/moreZu.vue | 16 ++++++++++++++++ lvdao-miniapp/pagesA/myZiyuan/myZiyuan.vue | 2 +- lvdao-miniapp/utils/request.js | 4 ++-- merchant-web-master/dist.zip | Bin 2904236 -> 0 bytes merchant-web-master/src/views/login/index.vue | 9 +++++---- 25 files changed, 1130 insertions(+), 1002 deletions(-) delete mode 100644 admin-web-master/dist.zip diff --git a/admin-web-master/dist.zip b/admin-web-master/dist.zip deleted file mode 100644 index 53cf546..0000000 Binary files a/admin-web-master/dist.zip and /dev/null differ diff --git a/admin-web-master/src/api/dataSta.js b/admin-web-master/src/api/dataSta.js index 589beee..b9c240d 100644 --- a/admin-web-master/src/api/dataSta.js +++ b/admin-web-master/src/api/dataSta.js @@ -7,6 +7,14 @@ export function orderGetAll(data) { data }) } +// 订单不分页管理查询 +export function getAllNotPage(data) { + return request({ + url: '/order/getAllNotPage', + method: 'post', + data + }) +} //计算毛利 export function calculateGrossProfit(data) { return request({ diff --git a/admin-web-master/src/api/stocksForewarn.js b/admin-web-master/src/api/stocksForewarn.js index 0f36cc0..b503004 100644 --- a/admin-web-master/src/api/stocksForewarn.js +++ b/admin-web-master/src/api/stocksForewarn.js @@ -1,5 +1,5 @@ // import request from '@/api/map' -import request from '@/utils/request' +import request from '@/utils/request2' //库存阈值设置 export function setThreshold(data) { return request({ diff --git a/admin-web-master/src/components/add/addmb.vue b/admin-web-master/src/components/add/addmb.vue index fad36d3..b0f5aed 100644 --- a/admin-web-master/src/components/add/addmb.vue +++ b/admin-web-master/src/components/add/addmb.vue @@ -1,579 +1,590 @@ + .iterem { + z-index: 99; + margin-left: 10px; + height: 40px; + line-height: 25px; + } + \ No newline at end of file diff --git a/admin-web-master/src/components/chakan/fa.vue b/admin-web-master/src/components/chakan/fa.vue index b35c482..4ed9d6e 100644 --- a/admin-web-master/src/components/chakan/fa.vue +++ b/admin-web-master/src/components/chakan/fa.vue @@ -51,7 +51,7 @@ + +
-
-
+
+
{{item.ticketType}}销售数量(张)
{{item.sumNum}}
{{item.ticketType}}销售总额(元)
-
{{item.moyeTwo}}
+
{{item.moyeTwo.toFixed(2)}}
导出
+
{ if (res.code == 200) { diff --git a/admin-web-master/src/views/detect/information/index.vue b/admin-web-master/src/views/detect/information/index.vue index f85f505..00531f5 100644 --- a/admin-web-master/src/views/detect/information/index.vue +++ b/admin-web-master/src/views/detect/information/index.vue @@ -205,6 +205,13 @@ resourcesId: this.oncetype+this.oninfo.id, rentalPoliciesIds: ids, } + if(c1.rentalPoliciesIds.length==0){ + this.$message({ + message: '请选择策略进行绑定', + type: 'warning' + }) + return + } console.error(c1) cereResourceStrategy(c1).then(res => { if (res.code == 200) { diff --git a/admin-web-master/src/views/detect/map/index.vue b/admin-web-master/src/views/detect/map/index.vue index 2a82865..3364260 100644 --- a/admin-web-master/src/views/detect/map/index.vue +++ b/admin-web-master/src/views/detect/map/index.vue @@ -223,6 +223,13 @@ resourcesId: this.oncetype + this.oninfo.id, rentalPoliciesIds: ids, } + if(c1.rentalPoliciesIds.length==0){ + this.$message({ + message: '请选择策略进行绑定', + type: 'warning' + }) + return + } console.error(c1) cereResourceStrategy(c1).then(res => { if (res.code == 200) { diff --git a/admin-web-master/src/views/rent/audit/index.vue b/admin-web-master/src/views/rent/audit/index.vue index e66418a..613b745 100644 --- a/admin-web-master/src/views/rent/audit/index.vue +++ b/admin-web-master/src/views/rent/audit/index.vue @@ -94,6 +94,7 @@ @@ -314,6 +315,34 @@ this.detailsinfo = row this.onaction = '3' }, + zhongzhi(item,val){ + + let that = this + this.$confirm('确定要当前记录吗?', '提示', { + confirmButtonText: '确定', + cancelButtonText: '取消', + type: 'warning' + }).then(() => { msgedit({ + id: item.id, + auditStatus: val, + }).then(res => { + if (res.code == 200) { + this.$message({ + message: '处理成功', + type: 'success' + }) + this.getAll() + } else { + this.$message({ + message: '处理失败', + type: 'error' + }) + } + }) + }) + + + }, removeinfo(row, e) { this.contractChangeReason = e this.detailsinfo = row diff --git a/admin-web-master/src/views/revenue/totalsales/index.vue b/admin-web-master/src/views/revenue/totalsales/index.vue index 9a150a7..faac9d8 100644 --- a/admin-web-master/src/views/revenue/totalsales/index.vue +++ b/admin-web-master/src/views/revenue/totalsales/index.vue @@ -58,7 +58,7 @@
{{item.ticketChannel==1?'有赞':''}}销售总额(元)
-
{{item.sum}}
+
{{item.sum.toFixed(2)}}
@@ -190,7 +190,7 @@ numOne:0, moyeOne += Number(item.price) }) - this.moyeOne = moyeOne + this.moyeOne = moyeOne.toFixed(2) this.echar2(this.tableData) this.echar3( this.tableData) diff --git a/admin-web-master/src/views/salesSta/dataSta.vue b/admin-web-master/src/views/salesSta/dataSta.vue index 21e86e1..76037e5 100644 --- a/admin-web-master/src/views/salesSta/dataSta.vue +++ b/admin-web-master/src/views/salesSta/dataSta.vue @@ -28,7 +28,7 @@
- +