|
@@ -682,7 +682,7 @@ export default {
|
|
|
this.parmValue.good_name = this.select === "goodsName" ? this.s_input : ""; // 采购单编码
|
|
|
this.parmValue.good_code = this.select === "goodsNum" ? this.s_input : ""; // 入库单号
|
|
|
this.parmValue.returnCode = this.select === "serviceNum" ? this.s_input : ""; // 产品名称
|
|
|
- this.parmValue.orderCode = this.select === "sellOrderNum" ? this.s_input : ""; // 备库编码
|
|
|
+ this.parmValue.orderCode = this.select === "orderCode" ? this.s_input : ""; // 备库编码
|
|
|
this.parmValue.outCode = this.select === "sellOutNum" ? this.s_input : ""; // 申请人
|
|
|
this.parmValue.company_name = this.select === "company_name" ? this.s_input : ""; // 申请人部门
|
|
|
|