rev:盘点修改
This commit is contained in:
@@ -73,8 +73,6 @@ public class StIvtCheckdtlBcpServiceImpl extends ServiceImpl<StIvtCheckdtlBcpMap
|
|||||||
if (ObjectUtil.isEmpty(structDao)) throw new BadRequestException("仓位不存在或未启用!");
|
if (ObjectUtil.isEmpty(structDao)) throw new BadRequestException("仓位不存在或未启用!");
|
||||||
row.setStruct_name(structDao.getStruct_name());
|
row.setStruct_name(structDao.getStruct_name());
|
||||||
|
|
||||||
row.setStoragevehicle_id("999999");
|
|
||||||
row.setStoragevehicle_code("999999");
|
|
||||||
row.setStatus(CHECKEnum.DTL_STATUS.code("生成"));
|
row.setStatus(CHECKEnum.DTL_STATUS.code("生成"));
|
||||||
this.save(row);
|
this.save(row);
|
||||||
|
|
||||||
|
|||||||
@@ -294,7 +294,7 @@ public class StIvtCheckmstBcpServiceImpl extends ServiceImpl<StIvtCheckmstBcpMap
|
|||||||
mol_jo.put("tableData", mol_rows);
|
mol_jo.put("tableData", mol_rows);
|
||||||
mol_jo.put("auto_confirm", "1");
|
mol_jo.put("auto_confirm", "1");
|
||||||
//创建损溢单
|
//创建损溢单
|
||||||
//moreorlessmstBcpService.create(mol_jo);
|
moreorlessmstBcpService.create(mol_jo);
|
||||||
|
|
||||||
|
|
||||||
dtl.setStatus(CHECKEnum.DTL_STATUS.code("确认完成"));
|
dtl.setStatus(CHECKEnum.DTL_STATUS.code("确认完成"));
|
||||||
|
|||||||
@@ -196,7 +196,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
open() {
|
open() {
|
||||||
// 查询原材料库的仓库
|
// 查询原材料库的仓库
|
||||||
crudStorattr.getStor({ 'stor_type': '3' }).then(res => {
|
crudStorattr.getStor({ 'stor_type': '2' }).then(res => {
|
||||||
this.storlist = res.content
|
this.storlist = res.content
|
||||||
})
|
})
|
||||||
check.getCheckDtl({ 'check_id': this.form.check_id }).then(res => {
|
check.getCheckDtl({ 'check_id': this.form.check_id }).then(res => {
|
||||||
|
|||||||
@@ -128,7 +128,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { crud } from '@crud/crud'
|
import { crud } from '@crud/crud'
|
||||||
import check from '@/views/wms/storage_manage/rawproduct/rawproductCheck/check'
|
import check from '@/views/wms/storage_manage/semiproduct/semiproductCheck/check'
|
||||||
import crudStorattr from "@/views/wms/storage_manage/basedata/basedata";
|
import crudStorattr from "@/views/wms/storage_manage/basedata/basedata";
|
||||||
import ReCheckDialog from '@/views/wms/storage_manage/rawproduct/rawproductCheck/ReCheckDialog'
|
import ReCheckDialog from '@/views/wms/storage_manage/rawproduct/rawproductCheck/ReCheckDialog'
|
||||||
|
|
||||||
@@ -185,7 +185,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
open() {
|
open() {
|
||||||
// 查询原材料库的仓库
|
// 查询原材料库的仓库
|
||||||
crudStorattr.getStor({ 'stor_type': '3' }).then(res => {
|
crudStorattr.getStor({ 'stor_type': '2' }).then(res => {
|
||||||
this.storlist = res.content
|
this.storlist = res.content
|
||||||
})
|
})
|
||||||
this.getOutBillDtl()
|
this.getOutBillDtl()
|
||||||
|
|||||||
Reference in New Issue
Block a user