ccjgmwz 3 years ago
parent
commit
4df3a1638b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/houseSelfCollect/weightCheckRecord.vue

+ 6 - 6
src/views/houseSelfCollect/weightCheckRecord.vue

@@ -75,7 +75,7 @@
             <el-button @click="print(scope.row)" v-if="scope.row.status == '已称皮重' || scope.row.status == '已称毛重'" v-hasPermission="`acquisitionManagement.acquisitionWeight.print`">打印</el-button>
             <el-button @click="backInfo(scope.row)" v-if="scope.row.status == '已称皮重'">退回</el-button>
             <el-button v-hasPermission="`warehouseManagement.warehouse.warehouseInfo.huan`" class="putstorage" @click="exchange(scope.row)" v-if="scope.row.status == '已称毛重'">换仓</el-button>
-            <el-button @click="delete(scope.row)" v-if="scope.row.status == '已称毛重'">删除</el-button>
+            <el-button @click="deleteInfo(scope.row)" v-if="scope.row.status == '已称毛重'">删除</el-button>
           </template>
         </el-table-column>
       </el-table>
@@ -289,10 +289,10 @@
         startDate:'',
         endDate:'',
         dialogVisible:false,
-        binNumber:"",
+        binNumber:'',
         binnumberList:[],
-        cangweiNum:"",
-        positionId:"",
+        cangweiNum:'',
+        positionId:'',
         warehouseInOutDetail:{},
       }
     },
@@ -324,7 +324,7 @@
       },
       dialogVisibleconfirm(){
         if(this.binNumber == this.cangweiNum){
-          this.$message.error("已是该仓位无需修改")
+          this.$message.error('已是该仓位无需修改')
           return
         }
         this.$confirm(`确定修改仓位?`, {
@@ -382,7 +382,7 @@
             })
           })
       },
-      delete(row){
+      deleteInfo(row){
             //删除
         this.$confirm('确定删除检斤信息?', '提示', {
             confirmButtonText: '确定',