|
|
@ -198,9 +198,9 @@ export default {
|
|
|
|
this.invProductDetailQuery.batchNo = this.inputQuery.batchNo;
|
|
|
|
this.invProductDetailQuery.batchNo = this.inputQuery.batchNo;
|
|
|
|
this.invProductDetailQuery.deptCode = this.inputQuery.deptCode;
|
|
|
|
this.invProductDetailQuery.deptCode = this.inputQuery.deptCode;
|
|
|
|
this.invProductDetailQuery.invCode = this.inputQuery.invCode;
|
|
|
|
this.invProductDetailQuery.invCode = this.inputQuery.invCode;
|
|
|
|
if(!isBlank(this.invProductDetailQuery.invSpaceCode)){
|
|
|
|
/*if(!isBlank(this.invProductDetailQuery.invSpaceCode)){
|
|
|
|
this.invProductDetailQuery.code=this.inputQuery.code
|
|
|
|
this.invProductDetailQuery.code=this.inputQuery.code
|
|
|
|
}
|
|
|
|
}*/
|
|
|
|
getInvProductDetail(this.invProductDetailQuery).then((res) => {
|
|
|
|
getInvProductDetail(this.invProductDetailQuery).then((res) => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
if (res.code === 20000) {
|
|
|
|
if (res.code === 20000) {
|
|
|
|