重庆暂不需要完成出库
This commit is contained in:
parent
859209a20b
commit
a1b82aa005
|
|
@ -303,14 +303,6 @@
|
||||||
>
|
>
|
||||||
数量出库
|
数量出库
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
|
||||||
size="mini"
|
|
||||||
type="primary"
|
|
||||||
v-if="scope.row.status != 2"
|
|
||||||
@click="manualOperation(scope.row)"
|
|
||||||
>
|
|
||||||
完成出库
|
|
||||||
</el-button>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
@ -528,7 +520,6 @@ import {
|
||||||
getDetailsByTypeId,
|
getDetailsByTypeId,
|
||||||
submitOut,
|
submitOut,
|
||||||
submitNumOut,
|
submitNumOut,
|
||||||
outboundCompleted,
|
|
||||||
} from '@/api/claimAndRefund/receive.js'
|
} from '@/api/claimAndRefund/receive.js'
|
||||||
import { getTypeList } from '@/api/store/warehousing'
|
import { getTypeList } from '@/api/store/warehousing'
|
||||||
import { equipmentTypeTree } from '@/api/store/tools'
|
import { equipmentTypeTree } from '@/api/store/tools'
|
||||||
|
|
@ -749,33 +740,6 @@ export default {
|
||||||
this.$set(obj, 'num', row.num) //库存
|
this.$set(obj, 'num', row.num) //库存
|
||||||
this.outNumList = [obj]
|
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() {
|
handleOutQuery() {
|
||||||
this.outQuery.pageNum = 1
|
this.outQuery.pageNum = 1
|
||||||
this.getCodeList()
|
this.getCodeList()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue