重庆暂不需要完成出库

This commit is contained in:
binbin_pan 2024-06-12 10:40:58 +08:00
parent 859209a20b
commit a1b82aa005
1 changed files with 0 additions and 36 deletions

View File

@ -303,14 +303,6 @@
>
数量出库
</el-button>
<el-button
size="mini"
type="primary"
v-if="scope.row.status != 2"
@click="manualOperation(scope.row)"
>
完成出库
</el-button>
</template>
</el-table-column>
</el-table>
@ -528,7 +520,6 @@ import {
getDetailsByTypeId,
submitOut,
submitNumOut,
outboundCompleted,
} from '@/api/claimAndRefund/receive.js'
import { getTypeList } from '@/api/store/warehousing'
import { equipmentTypeTree } from '@/api/store/tools'
@ -749,33 +740,6 @@ export default {
this.$set(obj, 'num', row.num) //
this.outNumList = [obj]
},
//
manualOperation(row) {
//
this.$confirm('是否确认完成出库?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
})
.then(() => {
console.log('确定')
// outboundCompleted({
// id: this.dialogQuery.id,
// typeId: row.typeId,
// }).then((response) => {
// this.$modal.msgSuccess('')
// this.handleDialogQuery()
// this.handleQuery()
// })
})
.catch(() => {
console.log('取消')
// this.$message({
// type: 'info',
// message: '',
// })
})
},
handleOutQuery() {
this.outQuery.pageNum = 1
this.getCodeList()