zhouhao 2 роки тому
батько
коміт
be346af8b5

+ 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-->