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