Procházet zdrojové kódy

Finish Hotfix-zh-290

howie před 2 roky
rodič
revize
7cdaf195ba

+ 1 - 1
src/views/finance/standbook_list.vue

@@ -784,7 +784,7 @@ export default {
           payCount: 0,
           preCount: 0,
           projectCount: 0,
-         totalBalanceAmount :0
+          totalBalanceAmount :0
         };
       }
     },

+ 1 - 1
src/views/supply/apply/components/apply_form.vue

@@ -108,7 +108,7 @@
         <!-- <el-button type="primary" @click="clickSubmitForm('SAVE')">保 存</el-button> -->
         <el-button type="primary" @click="clickSubmitForm('WAIT')">提交审核</el-button>
         <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
-          <el-button slot="reference">关 闭</el-button>
+          <el-button slot="reference">返回列表</el-button>
         </el-popconfirm>
       </div>
     </div>

+ 1 - 1
src/views/supply/apply/components/engin_form.vue

@@ -193,7 +193,7 @@
         <!-- <el-button type="primary" @click="clickSubmitForm('SAVE')">保 存</el-button> -->
         <el-button type="primary" @click="clickSubmitForm('WAIT')">提交审核</el-button>
         <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
-          <el-button slot="reference">关 闭</el-button>
+          <el-button slot="reference">返回列表</el-button>
         </el-popconfirm>
       </div>
     </div>

+ 1 - 1
src/views/supply/engin/components/commerce_form.vue

@@ -310,7 +310,7 @@
         <!-- <el-button type="primary" @click="clickSubmitForm(1)">保 存</el-button> -->
         <el-button type="primary" @click="clickSubmitForm(2)">提交审核</el-button>
         <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
-          <el-button slot="reference">关 闭</el-button>
+          <el-button slot="reference">返回列表</el-button>
         </el-popconfirm>
       </div>
     </div>

+ 1 - 1
src/views/supply/engin/components/engin_form.vue

@@ -259,7 +259,7 @@
         <el-button type="primary" @click="clickSubmitForm(1)">保 存</el-button>
 <!--        <el-button type="primary" @click="clickSubmitForm(2)">提交审核</el-button>-->
         <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
-          <el-button slot="reference">关 闭</el-button>
+          <el-button slot="reference">返回列表</el-button>
         </el-popconfirm>
       </div>
     </div>

+ 1 - 1
src/views/supply/engin/components/home_form.vue

@@ -324,7 +324,7 @@
         <el-button type="primary" @click="clickSubmitForm(1)" :loading="formLoading">保 存</el-button>
         <el-button type="primary" @click="clickSubmitForm(2)" :loading="formLoading">提交审核</el-button>
         <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;" v-if=" !isDealer">
-          <el-button slot="reference">关 闭</el-button>
+          <el-button slot="reference">返回列表</el-button>
         </el-popconfirm>
       </div>
     </div>

+ 1 - 1
src/views/supply/engin/home_list.vue

@@ -455,7 +455,7 @@ export default {
         { label: '待审核', value: 'WAIT' },
         { label: '审核通过', value: 'OK' },
         //  // { label: '审核驳回', value: 'FAIL' },,
-        { label: '已关闭', value: 'CLOSE' },
+        // { label: '已关闭', value: 'CLOSE' },
       ],
       salesmanList: [],
       transfer:[

+ 1 - 1
src/views/supply/policy/components/retail_form.vue

@@ -450,7 +450,7 @@
           style="margin-left: 10px"
           @onConfirm="goBack"
         >
-          <el-button slot="reference">关 闭</el-button>
+          <el-button slot="reference">返回列表</el-button>
         </el-popconfirm>
       </div>
     </div>

+ 1 - 1
src/views/supply/retail/components/retail_form.vue

@@ -210,7 +210,7 @@
       <div class="footer">
         <el-button type="primary" @click="clickSubmitForm">保 存</el-button>
         <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
-          <el-button slot="reference">关 闭</el-button>
+          <el-button slot="reference">返回列表</el-button>
         </el-popconfirm>
       </div>
     </div>