瀏覽代碼

客户退货

zhouhao 2 年之前
父節點
當前提交
be346af8b5
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/sales_control/sales_management/components/return_sales_details.vue

+ 5 - 1
src/views/sales_control/sales_management/components/return_sales_details.vue

@@ -5,7 +5,11 @@
     <sales-table :dataList="dataList" :column="column" @handleSelection="handleSelection">
 
 
-
+      <template #events>
+        <el-button v-if="details.status==1 && isFront!==false" type="primary" size="mini" @click="handleInform(2)">通知退货</el-button>
+        <!-- <el-button v-if="details.status==2 && isFront!==false" size="mini">撤销退货</el-button> -->
+       
+      </template>
 
 <!--      <template v-slot:operation="{item:{row,$index}}">-->
 <!--        <el-popconfirm-->