@@ -172,14 +149,7 @@
:label="item.dutyName"
:value="item.dutyId"
>
-
-
-
-
-
-
-
-
+
@@ -190,54 +160,18 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
审核权限
-
+
+
+
+
+
+
+
@@ -268,48 +205,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -330,206 +226,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -808,7 +508,7 @@ export default {
getCheckbox(){
this.form.writeOff = this.writeOff.toString();
this.form.specialPrem = this.specialPrem.toString();
- this.form.auditPrem = this.auditPrem.toString();
+ this.form.auditPrem = this.form.auditPrem.toString();
},
// 页面跳转
toTarget(url) {
@@ -884,7 +584,7 @@ export default {
this.posPrem = '';
this.appletPrem = '';
this.writeOff = [];
- this.auditPrem = [];
+ this.form.auditPrem = [];
this.form = {
id:'', userId:'', mobile:'', realName:'', wechat:'', merchantId:'', storeId:'', auditedStatus:'A',
auditedTime:'', description:'', isRefuel:'yc', handoverMode:'dqmdtyjb', handoverPrem:'yqx', handoverOut:'jbtc', record:'qbjl',
@@ -950,8 +650,8 @@ export default {
this.form.refundPassword = '123456'
this.open = true;
this.title = "编辑员工信息";
- if (this.auditPrem.length > 0){
- this.auditPrem = this.form.auditPrem.split(",");
+ if (this.form.auditPrem.length > 0){
+ this.form.auditPrem = this.form.auditPrem.split(",");
}
if (this.writeOff.length > 0){
this.writeOff = this.form.writeOff.split(",");
diff --git a/fuintCashierWeb/src/views/cashier/NewComponents/homeindex.vue b/fuintCashierWeb/src/views/cashier/NewComponents/homeindex.vue
index 61de8b0cc..ba67c7846 100644
--- a/fuintCashierWeb/src/views/cashier/NewComponents/homeindex.vue
+++ b/fuintCashierWeb/src/views/cashier/NewComponents/homeindex.vue
@@ -196,13 +196,13 @@
{{ item.dictLabel }}
- 挂账
+ :class="{ 'wrap-box2': '798' == typeIdex }" >
+ 挂账
@@ -246,30 +246,9 @@
{{ item.tankName }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -307,21 +286,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -1115,7 +1080,8 @@
return name;
},
// 挂账
- addCredits(){
+ addCredits(type){
+ this.typeIdex = type
this.map.payType = "credit"
this.dialogVisibleCredit = true
this.form1.amount = this.oilAmount + this.goodsAmount
@@ -2723,6 +2689,7 @@
goodsNum:0,
// 会员消费金额(储值卡需要减少的金额)
consumeAmount:0,
+ typeIdex:'',
};
},
updateRefuelMoney(){
@@ -2777,6 +2744,7 @@
},
// 支付方式
payMethod(payType){
+ this.typeIdex = payType
this.map.payType = payType;
this.payType = payType;
},
@@ -3099,6 +3067,7 @@
align-items: center;
justify-content: center;
margin-bottom: 10px;
+ cursor: pointer;
}
.wrap-box2{
diff --git a/gasStation-uni/pagesMy/Coupons/Coupons.vue b/gasStation-uni/pagesMy/Coupons/Coupons.vue
index 62c81b9b9..ec1f0ae93 100644
--- a/gasStation-uni/pagesMy/Coupons/Coupons.vue
+++ b/gasStation-uni/pagesMy/Coupons/Coupons.vue
@@ -28,7 +28,7 @@
{{item.couponName}}
{{item.couponContent}}
- 有效期:{{item.createTime || ''}}
+ 有效期:{{item.endTime || ''}}
立即使用