lilei 1 рік тому
батько
коміт
9c32769f21

+ 2 - 2
src/views/allocationManagement/transferOut/edit.vue

@@ -814,10 +814,10 @@ export default {
         padding-bottom: 50px;
     }
     .allocateBillEdit-back{
-      margin-bottom: 10px;
+      margin-bottom: 6px;
     }
     .allocateBillEdit-cont{
-      margin-bottom: 10px;
+      margin-bottom: 6px;
       .sub-title{
         font-size: 12px;
         color: #808695;

+ 2 - 3
src/views/promotionRulesManagement/dealerPromotions/editActiveEndTime.vue

@@ -9,6 +9,7 @@
     @cancel="isShow=false"
     :width="500">
     <a-spin :spinning="spinning" tip="Loading...">
+      <div style="text-align: center;margin-bottom: 20px;font-weight: bold;">确定要变更{{ form.name }}的促销时间吗?</div>
       <a-form-model
         id="editActiveEndTime-basicInfo-form"
         ref="ruleForm"
@@ -16,9 +17,6 @@
         :rules="rules"
         :label-col="formItemLayout.labelCol"
         :wrapper-col="formItemLayout.wrapperCol" >
-        <a-form-model-item label="" prop="name">
-          <div style="margin-left:40px;">确定要变更{{ form.name }}的促销时间吗?</div>
-        </a-form-model-item>
         <a-form-model-item label="原结束日期" prop="time">
           <span>{{ form.timeEnd }}</span>
         </a-form-model-item>
@@ -118,6 +116,7 @@ export default {
           timeEnd: '',
           newTimeEnd: ''
         }
+        this.$refs.ruleForm.resetFields()
       }
     }
   }