|
@@ -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: '确定',
|