Forráskód Böngészése

【修改】订单关闭按钮 改完返回列表

howie 2 éve
szülő
commit
fe51ebc456
24 módosított fájl, 26 hozzáadás és 26 törlés
  1. 1 1
      src/views/supply/apply/components/apply_detail.vue
  2. 1 1
      src/views/supply/apply/components/apply_examine.vue
  3. 1 1
      src/views/supply/apply/components/apply_return_form.vue
  4. 1 1
      src/views/supply/apply/components/engin_detail.vue
  5. 1 1
      src/views/supply/apply/components/engin_examine.vue
  6. 3 3
      src/views/supply/apply/components/engin_return.vue
  7. 1 1
      src/views/supply/apply/components/engin_return_form.vue
  8. 1 1
      src/views/supply/deliver/components/commerce_detail.vue
  9. 1 1
      src/views/supply/deliver/components/deliver_detail.vue
  10. 1 1
      src/views/supply/deliver/components/home_detail.vue
  11. 1 1
      src/views/supply/engin/components/commerce_detail.vue
  12. 1 1
      src/views/supply/engin/components/commerce_examine.vue
  13. 1 1
      src/views/supply/engin/components/commerce_return.vue
  14. 1 1
      src/views/supply/engin/components/engin_detail.vue
  15. 1 1
      src/views/supply/engin/components/engin_examine.vue
  16. 1 1
      src/views/supply/engin/components/home_detail.vue
  17. 1 1
      src/views/supply/engin/components/home_examine.vue
  18. 1 1
      src/views/supply/engin/components/home_return.vue
  19. 1 1
      src/views/supply/policy/components/retail_detail.vue
  20. 1 1
      src/views/supply/policy/components/retail_examine.vue
  21. 1 1
      src/views/supply/policy/components/retail_return.vue
  22. 1 1
      src/views/supply/retail/components/retail_detail.vue
  23. 1 1
      src/views/supply/retail/components/retail_examine.vue
  24. 1 1
      src/views/supply/retail/components/retail_return.vue

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

@@ -169,7 +169,7 @@
         <div class="footer">
           <el-button  type="primary" icon="el-icon-printer" @click="toPrint" :disabled="detailData.examineStatus !== 'OK'" v-if="$checkBtnRole('print', $route.meta.roles)">打 印</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/apply_examine.vue

@@ -162,7 +162,7 @@
           @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/apply_return_form.vue

@@ -125,7 +125,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_detail.vue

@@ -204,7 +204,7 @@
         <div class="footer">
           <el-button  type="primary" icon="el-icon-printer" @click="toPrint" :disabled="detailData.examineStatus !== 'OK'" v-if="$checkBtnRole('print', $route.meta.roles)">打 印</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_examine.vue

@@ -189,7 +189,7 @@
         <el-button type="primary" @click="clickSubmitForm('OK')">审批通过</el-button>
         <el-button type="warning" @click="clickSubmitForm('SAVE')">审批驳回</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>

+ 3 - 3
src/views/supply/apply/components/engin_return.vue

@@ -144,7 +144,7 @@
         </el-col>
       </el-row>
     </div>
-    
+
     <div class="page-footer">
       <div class="footer" :class="classObj">
         <el-button type="primary" @click="clickSubmitForm" :loading="formLoading">{{ formLoading ? '提交中 ...' : '提 交' }}</el-button>
@@ -153,7 +153,7 @@
           @onConfirm="goBack"
           style="margin-left: 10px;"
         >
-          <el-button slot="reference">关 闭</el-button>
+          <el-button slot="reference">返回列表</el-button>
         </el-popconfirm>
       </div>
     </div>
@@ -239,4 +239,4 @@ export default {
       padding-left: 10px;
     }
   }
-</style>
+</style>

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

@@ -183,7 +183,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/deliver/components/commerce_detail.vue

@@ -171,7 +171,7 @@
         <div class="footer">
           <el-button  type="primary" icon="el-icon-printer" @click="toPrint" v-if="$checkBtnRole('print', $route.meta.roles)">打 印</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/deliver/components/deliver_detail.vue

@@ -174,7 +174,7 @@
         <div class="footer">
           <el-button  type="primary" icon="el-icon-printer" @click="toPrint" v-if="$checkBtnRole('print', $route.meta.roles)">打 印</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/deliver/components/home_detail.vue

@@ -172,7 +172,7 @@
         <div class="footer">
           <el-button  type="primary" icon="el-icon-printer" @click="toPrint" v-if="$checkBtnRole('print', $route.meta.roles)">打 印</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_detail.vue

@@ -220,7 +220,7 @@
           <el-button type="primary" @click="openDirectDialog" v-if="!isDealer">提前开票</el-button>
           <el-button type="primary" @click="overData" v-if="!isDealer">直调完结</el-button>
           <el-button type="primary" @click="openDeliverDialog" :disabled="detailData.directTransferStatus" v-if="!isDealer">直调发货</el-button>
-          <el-button @click="goBack">返回</el-button>
+          <el-button @click="goBack">返回列表</el-button>
         </div>
       </div>
     </div>

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

@@ -222,7 +222,7 @@
         <el-button type="primary" @click="clickSubmitForm(1)">审批通过</el-button>
         <el-button type="warning" @click="clickSubmitForm(0)">审批驳回</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_return.vue

@@ -208,7 +208,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>

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

@@ -176,7 +176,7 @@
     <div class="page-footer">
       <div class="footer">
         <el-button type="primary" @click="overData" v-if="!isDealer" :disabled="detailData.examineStatus !== 'OK'">直调完结</el-button>
-        <el-button @click="goBack">关 闭</el-button>
+        <el-button @click="goBack">返回列表</el-button>
       </div>
     </div>
 

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

@@ -248,7 +248,7 @@
           @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_detail.vue

@@ -240,7 +240,7 @@
           <el-button type="primary" @click="openDirectDialog" v-if="!isDealer">提前开票</el-button>
           <el-button type="primary" @click="overData" v-if="!isDealer">直调完结</el-button>
           <el-button type="primary" @click="openDeliverDialog" :disabled="detailData.directTransferStatus" v-if="!isDealer">直调发货</el-button>
-          <el-button @click="goBack">返回</el-button>
+          <el-button @click="goBack">返回列表</el-button>
         </div>
       </div>
     </div>

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

@@ -327,7 +327,7 @@
         <el-button type="primary" @click="clickSubmitForm(1)" :loading="formLoading">审批通过</el-button>
         <el-button type="warning" @click="clickSubmitForm(0)" :loading="formLoading">审批驳回</el-button>
         <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;" v-if="!isCustomer">
-          <el-button slot="reference">关 闭</el-button>
+          <el-button slot="reference">返回列表</el-button>
         </el-popconfirm>
       </div>
     </div>

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

@@ -237,7 +237,7 @@
       <div class="footer">
         <el-button type="primary" @click="clickSubmitForm()">确定退订</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/policy/components/retail_detail.vue

@@ -339,7 +339,7 @@
           :disabled="detailData.examineStatus !== 'OK' || status"
           @click="handleFinish"
         >直调完成</el-button>
-        <!-- <el-button @click="goBack">关 闭</el-button> -->
+        <el-button @click="goBack">返回列表</el-button>
       </div>
     </div>
     <el-dialog title="直接调拨单(提前开票)" :visible.sync="isShowDirectDialog" width="80%">

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

@@ -312,7 +312,7 @@
           :loading="formLoading"
           >{{ formLoading ? "提交中 ..." : "提 交" }}</el-button
         >
-        <el-button @click="goBack">关闭页面</el-button>
+        <el-button @click="goBack">返回列表</el-button>
       </div>
     </div>
   </div>

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

@@ -267,7 +267,7 @@
           :loading="formLoading"
           >{{ formLoading ? "提交中 ..." : "提 交" }}</el-button
         >
-        <el-button @click="goBack">关 闭</el-button>
+        <el-button @click="goBack">返回列表</el-button>
       </div>
     </div>
   </div>

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

@@ -159,7 +159,7 @@
           <el-button type="primary" @click="openDirectDialog" :disabled="detailData.examineStatus !== 'OK'" v-if="!isDealer">提前开票</el-button>
           <el-button type="primary" @click="openDeliverDialog" :disabled="detailData.examineStatus !== 'OK' || detailData.directTransferStatus === true" v-if="!isDealer">直调发货</el-button>
           <el-button type="primary" @click="handleFinish" :disabled="detailData.examineStatus !== 'OK'" v-if="!isDealer">直调完成</el-button>
-          <el-button @click="goBack">关 闭</el-button>
+          <el-button @click="goBack">返回列表</el-button>
         </div>
       </div>
     </div>

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

@@ -159,7 +159,7 @@
           :loading="formLoading"
           >{{ formLoading ? "提交中 ..." : "提 交" }}</el-button
         >
-        <el-button @click="goBack">关闭页面</el-button>
+        <el-button @click="goBack">返回列表</el-button>
       </div>
     </div>
   </div>

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

@@ -137,7 +137,7 @@
     <div class="page-footer">
       <div class="footer" :class="classObj">
         <el-button type="primary" @click="clickSubmitForm" :loading="formLoading">{{ formLoading ? '提交中 ...' : '提 交' }}</el-button>
-        <el-button @click="goBack">关 闭</el-button>
+        <el-button @click="goBack">返回列表</el-button>
       </div>
     </div>