diff --git a/pages/workPlan/custody/index.vue b/pages/workPlan/custody/index.vue
index 81938a2..6368ffd 100644
--- a/pages/workPlan/custody/index.vue
+++ b/pages/workPlan/custody/index.vue
@@ -142,7 +142,7 @@
- 搜索
+
@@ -730,6 +730,15 @@ export default {
display: flex;
justify-content: space-around;
align-items: center;
+
+ .search-img {
+ width: 68rpx;
+ height: 68rpx;
+ margin-right: 10rpx;
+ // margin-left: 30rpx;
+ background: url('../../../static/images/workPlan/search.png') no-repeat;
+ background-size: 100% 100%;
+ }
}
.my-data-content {
diff --git a/pages/workPlan/dayPlan/inf-index.vue b/pages/workPlan/dayPlan/inf-index.vue
index 1187c23..ffeb49d 100644
--- a/pages/workPlan/dayPlan/inf-index.vue
+++ b/pages/workPlan/dayPlan/inf-index.vue
@@ -1159,7 +1159,8 @@ export default {
}
console.log('saveParams保存参数', saveParams)
uni.showLoading({
- title: '正在提交,请勿重复点击'
+ title: '正在提交,请勿重复点击',
+ mask: true
})
const result = await setMonthPlanApi(saveParams)
uni.hideLoading()
@@ -1554,7 +1555,8 @@ export default {
console.log('saveParams保存参数', saveParams)
uni.showLoading({
- title: '正在提交,请勿重复点击'
+ title: '正在提交,请勿重复点击',
+ mask: true
})
const result = await setMonthPlanApi(saveParams)
uni.hideLoading()
@@ -1766,6 +1768,7 @@ export default {
}
},
onAddSubUserInfoNew(name, index) {
+ if (this.currentTime != this.$moment().format('YYYY-MM-DD')) return
new Promise((resolve, reject) => {
// 创建一个数组用于存储所有的异步请求
let promises = []
@@ -2018,7 +2021,8 @@ export default {
console.log('保存参数', params)
uni.showLoading({
- title: '正在提交,请勿重复点击'
+ title: '正在提交,请勿重复点击',
+ mask: true
})
const result = await addContentJobTicketApi({ list: JSON.stringify(params) })
uni.hideLoading()
diff --git a/pages/workPlan/dayPlan/pro-index.vue b/pages/workPlan/dayPlan/pro-index.vue
index 0e32323..b5b6f47 100644
--- a/pages/workPlan/dayPlan/pro-index.vue
+++ b/pages/workPlan/dayPlan/pro-index.vue
@@ -773,7 +773,7 @@ export default {
currentSwiper: 0,
projectQueryParams: {
planTime: this.$moment().format('YYYY-MM-DD'),
- type: 6,
+ type: '6',
state: ''
},
projectRange: [
@@ -1072,8 +1072,12 @@ export default {
state: ''
}
console.log('saveParams保存参数', saveParams)
-
+ uni.showLoading({
+ title: '正在提交,请勿重复点击',
+ mask: true
+ })
const result = await setMonthPlanProApi(saveParams)
+ uni.hideLoading()
if (result.res == 1) {
uni.showToast({ icon: 'none', title: '保存成功!' })
setTimeout(() => {
@@ -1451,8 +1455,12 @@ export default {
state: '2'
}
console.log('saveParams保存参数', saveParams)
-
+ uni.showLoading({
+ title: '正在提交,请勿重复点击',
+ mask: true
+ })
const result = await setMonthPlanProApi(saveParams)
+ uni.hideLoading()
if (result.res == 1) {
uni.showToast({ icon: 'none', title: '保存成功!' })
this.$refs.popupAuditing.close()
diff --git a/pages/workPlan/dayPlan/sub-user/index.vue b/pages/workPlan/dayPlan/sub-user/index.vue
index fd9935a..cc1dcc1 100644
--- a/pages/workPlan/dayPlan/sub-user/index.vue
+++ b/pages/workPlan/dayPlan/sub-user/index.vue
@@ -20,7 +20,7 @@
v-model="subQueryParams.keyWord"
/>
- 搜索
+
@@ -530,6 +530,15 @@ export default {
align-items: center;
}
+ .search-img {
+ width: 48rpx;
+ height: 40rpx;
+ margin-right: 30rpx;
+ // margin-left: 30rpx;
+ background: url('../../../../static/realName/screen.png') no-repeat;
+ background-size: 100% 100%;
+ }
+
.select-btn {
margin: 40rpx auto;
}
diff --git a/pages/workPlan/dayPlanAuditingDetails/inf-index.vue b/pages/workPlan/dayPlanAuditingDetails/inf-index.vue
index 9cf8209..18628e1 100644
--- a/pages/workPlan/dayPlanAuditingDetails/inf-index.vue
+++ b/pages/workPlan/dayPlanAuditingDetails/inf-index.vue
@@ -131,8 +131,9 @@
-
- 审核完成
+
+ 审核完成
+
+ 审核完成