|
@@ -48,7 +48,7 @@ export default {
|
|
|
inputText: "",
|
|
|
option: {
|
|
|
// 表格请求数据的地址
|
|
|
- requestUrl: "/api/v1/tms/getAllEnFactoryResult?apiId=210&orderType=1",
|
|
|
+ requestUrl: "/api/v1/tms/getAllEnFactoryResult?apiId=210&orderType=2",
|
|
|
},
|
|
|
//记录旧的row对象
|
|
|
oldRow: "",
|
|
@@ -83,7 +83,7 @@ export default {
|
|
|
// 框计算
|
|
|
onclick() {
|
|
|
this.option.requestUrl =
|
|
|
- "/api/v1/tms/getAllEnFactoryResult?apiId=210&orderType=1&con="+
|
|
|
+ "/api/v1/tms/getAllEnFactoryResult?apiId=210&orderType=2&con="+
|
|
|
this.inputText;
|
|
|
},
|
|
|
// 查看物资详情
|