diff --git a/admin-web-master/dist.zip b/admin-web-master/dist.zip
deleted file mode 100644
index 53cf546..0000000
--- a/admin-web-master/dist.zip
+++ /dev/null
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 @@
-
-
-
-
-
-
-
-
-
-
-
- changimg(e,'templateAttachment')">
-
-
- 模版文件
-
-
-
-
-
-
-
- 添加
-
-
-
-
-
-
-
- {{scope.$index + 1}}
-
-
-
-
- {{scope.row.name?scope.row.name : '-'}}
-
-
-
-
- {{scope.row.key?scope.row.key : '-'}}
-
-
-
-
- {{scope.row.type?scope.row.type : '-'}}
-
-
-
-
- {{scope.row.isrequired?scope.row.isrequired : '-'}}
-
-
-
-
- {{scope.row.width?scope.row.width : '-'}}
-
-
-
-
- {{scope.row.length?scope.row.length : '-'}}
-
-
-
-
- 删除
-
-
-
-
-
-
- 返回
-
-
- 确定
- 取消
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 添加
- inputvalue(e,index)">
+
+
+
+
+
+
+
+
+
+
+
+ changimg(e,'templateAttachment')">
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确定
- 取消
-
-
-
-
+
+
+ 模版文件
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+ {{scope.$index + 1}}
+
+
+
+
+ {{scope.row.name?scope.row.name : '-'}}
+
+
+
+
+ {{scope.row.key?scope.row.key : '-'}}
+
+
+
+
+ {{scope.row.type?scope.row.type : '-'}}
+
+
+
+
+ {{scope.row.isrequired?scope.row.isrequired : '-'}}
+
+
+
+
+ {{scope.row.width?scope.row.width : '-'}}
+
+
+
+
+ {{scope.row.length?scope.row.length : '-'}}
+
+
+
+
+ 删除
+
+
+
+
+
+
+ 返回
+
+
+ 确定
+ 取消
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+ inputvalue(e,index)">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+ 取消
+
+
+
+
+ .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 @@
- {{scope.row.shopinfo.rentalPrice}} /{{ scope.row.shopinfo.leaseTerm }}
+ {{scope.row.shopinfo.rentalPrice}} 元/{{ scope.row.shopinfo.leaseTerm }}
+
+
-
-
+
+
{{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 @@
-
+
@@ -97,7 +97,7 @@
-->
-
+
@@ -286,7 +286,7 @@