lilei 2 天之前
父節點
當前提交
856f810d46
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      public/templ/销售退货价格修改模板.xlsx
  2. 1 1
      src/views/salesReturnManagement/custConfirm/list.vue

二進制
public/templ/销售退货价格修改模板.xlsx


+ 1 - 1
src/views/salesReturnManagement/custConfirm/list.vue

@@ -351,7 +351,7 @@ export default {
     // 确认批量修改价格
     importOk (data) {
       this.spinning = true
-      updateBatchUpdatePrice({ detailList: data, salesReturnBillSn: this.orderSn }).then(res => {
+      updateBatchUpdatePrice(data).then(res => {
         if (res.status == 200) {
           this.resetSearchForm(false)
           this.$message.info(res.message)