|
@@ -257,7 +257,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- select: "orderCode",
|
|
|
+ select: "cgdNo",
|
|
|
s_input: "",
|
|
|
customerCode: [], //客户公司code
|
|
|
fileUrl: urlConfig.baseURL,
|
|
@@ -344,7 +344,7 @@ export default {
|
|
|
// this.sselect = this.parmValue.sselect;
|
|
|
this.s_input = this.parmValue.s_input;
|
|
|
} else {
|
|
|
- this.select = "orderCode";
|
|
|
+ this.select = "cgdNo";
|
|
|
// this.sselect = "创建时间"
|
|
|
}
|
|
|
this.searchList();
|
|
@@ -465,7 +465,7 @@ export default {
|
|
|
},
|
|
|
restSearch() {
|
|
|
this.customerCode = [];
|
|
|
- this.select = "orderCode";
|
|
|
+ this.select = "cgdNo";
|
|
|
this.s_input = "";
|
|
|
this.parmValue = {
|
|
|
order_type: "",
|