|
@@ -224,7 +224,7 @@ export default {
|
|
|
this.defaultSearchData = [{ "param": "a.sale_order_id", "compare": "=", "value": this.pageCode, label: "销售订单号" }]
|
|
|
}
|
|
|
if (this.pageType == "pgIncreItemId") {
|
|
|
- this.defaultSearchData = [{ "param": "a.pg_incre_order_id", "compare": "=", "value": this.pageCode, label: "增置服务明细ID" }]
|
|
|
+ this.defaultSearchData = [{ "param": "a.pg_incre_order_id", "compare": "=", "value": this.pageCode, label: "增置服务订单ID" }]
|
|
|
}
|
|
|
if (this.pageType == "rpProjectRepairId") {
|
|
|
this.defaultSearchData = [{ "param": "a.rp_project_repair_id", "compare": "=", "value": this.pageCode, label: "维保配置ID" }]
|