|
|
@ -13,7 +13,7 @@
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
@click.native="saveOrder('2')"
|
|
|
|
@click.native="saveOrder('0')"
|
|
|
|
:loading="loading"
|
|
|
|
:loading="loading"
|
|
|
|
>提交单据
|
|
|
|
>提交单据
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
@ -65,10 +65,10 @@
|
|
|
|
@change="actionChange" clearable>
|
|
|
|
@change="actionChange" clearable>
|
|
|
|
<el-option
|
|
|
|
<el-option
|
|
|
|
v-for="item in busTypes"
|
|
|
|
v-for="item in busTypes"
|
|
|
|
:key="item.localAction"
|
|
|
|
:key="item.thirdAction"
|
|
|
|
:label="item.localName"
|
|
|
|
:label="item.thirdName"
|
|
|
|
:value="item.localAction">
|
|
|
|
:value="item.thirdAction">
|
|
|
|
<span style="float: left">{{ item.localName }}</span>
|
|
|
|
<span style="float: left">{{ item.thirdName }}</span>
|
|
|
|
</el-option>
|
|
|
|
</el-option>
|
|
|
|
</el-select>
|
|
|
|
</el-select>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
@ -344,7 +344,7 @@ import {
|
|
|
|
addStockOrderDetailFromCode,
|
|
|
|
addStockOrderDetailFromCode,
|
|
|
|
uploadStockOrderDetail,
|
|
|
|
uploadStockOrderDetail,
|
|
|
|
stockOrderDetailQueryProduct,
|
|
|
|
stockOrderDetailQueryProduct,
|
|
|
|
getStockOrderDetailInstrumentById, stockOrderDetail2
|
|
|
|
getStockOrderDetailInstrumentById, stockOrderDetail2, generateBillNoInt
|
|
|
|
} from "../../api/warehouse/stockOrder";
|
|
|
|
} from "../../api/warehouse/stockOrder";
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
import {saveAs} from "file-saver";
|
|
|
|
import {saveAs} from "file-saver";
|
|
|
@ -356,6 +356,9 @@ import {getBussinessType} from "../../api/basic/bussinessType";
|
|
|
|
import {getLocalBusType, getLocalJoinBusType, getLocalJoinByUser} from "../../api/basic/busLocalType";
|
|
|
|
import {getLocalBusType, getLocalJoinBusType, getLocalJoinByUser} from "../../api/basic/busLocalType";
|
|
|
|
import {filterAll, filterAllByLoc, filterAllByUser} from "@/api/basic/invWarehouse";
|
|
|
|
import {filterAll, filterAllByLoc, filterAllByUser} from "@/api/basic/invWarehouse";
|
|
|
|
import dialogInvProduct from "../inventory/DialogInvProduct"
|
|
|
|
import dialogInvProduct from "../inventory/DialogInvProduct"
|
|
|
|
|
|
|
|
import {getOriginJoinBusType} from "@/api/basic/busOriginType";
|
|
|
|
|
|
|
|
import {inserThrOrderWeb} from "@/api/thrsys/thrOrderReceive";
|
|
|
|
|
|
|
|
import {getThrOrderDetails} from "@/api/thrsys/thrOrder";
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "idQuery",
|
|
|
|
name: "idQuery",
|
|
|
@ -441,6 +444,7 @@ export default {
|
|
|
|
thisData: {},
|
|
|
|
thisData: {},
|
|
|
|
storageList: [],
|
|
|
|
storageList: [],
|
|
|
|
invQueryData: {},
|
|
|
|
invQueryData: {},
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
components: {
|
|
|
|
components: {
|
|
|
@ -473,7 +477,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (status === '3') {
|
|
|
|
if (status === '0') {
|
|
|
|
for (let i = 0; i < this.codeArray.length; i++) {
|
|
|
|
for (let i = 0; i < this.codeArray.length; i++) {
|
|
|
|
if (this.$isBlank(this.codeArray[i].count) || this.codeArray[i].count == "0") {
|
|
|
|
if (this.$isBlank(this.codeArray[i].count) || this.codeArray[i].count == "0") {
|
|
|
|
return this.$message.error('单据数量不能为0');
|
|
|
|
return this.$message.error('单据数量不能为0');
|
|
|
@ -491,7 +495,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (status === '2') {
|
|
|
|
if (status === '0') {
|
|
|
|
for (let i = 0; i < this.codeArray.length; i++) {
|
|
|
|
for (let i = 0; i < this.codeArray.length; i++) {
|
|
|
|
if (this.$isBlank(this.codeArray[i].count) || this.codeArray[i].count == "0") {
|
|
|
|
if (this.$isBlank(this.codeArray[i].count) || this.codeArray[i].count == "0") {
|
|
|
|
return this.$message.error('单据数量不能为0');
|
|
|
|
return this.$message.error('单据数量不能为0');
|
|
|
@ -499,20 +503,10 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (status === '501') {
|
|
|
|
|
|
|
|
this.submitFunction(status);
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (status == "1") {
|
|
|
|
if (status == "1") {
|
|
|
|
this.submitFunction(status);
|
|
|
|
this.submitFunction(status);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
let tip = "是否确定提交订单?";
|
|
|
|
let tip = "是否确定提交订单?";
|
|
|
|
if (status == "2") {
|
|
|
|
|
|
|
|
tip = "是否确定提交单据为未配货?";
|
|
|
|
|
|
|
|
} else if (status == "3") {
|
|
|
|
|
|
|
|
tip = "是否确定提交单据为已配货?";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
this.$confirm(tip, "提示", {
|
|
|
|
this.$confirm(tip, "提示", {
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
cancelButtonText: "取消",
|
|
|
@ -525,7 +519,6 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -576,19 +569,11 @@ export default {
|
|
|
|
let tMessage = status === '501' ? '保存' : '提交';
|
|
|
|
let tMessage = status === '501' ? '保存' : '提交';
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
let tQuery = this.formData;
|
|
|
|
let tQuery = this.formData;
|
|
|
|
tQuery.status = status;
|
|
|
|
tQuery.editStatus = status;
|
|
|
|
// if (!this.orderEditor) {
|
|
|
|
|
|
|
|
tQuery.subErpOrders = this.codeArray;
|
|
|
|
tQuery.subErpOrders = this.codeArray;
|
|
|
|
if (status == '3') {
|
|
|
|
// tQuery.billType = this.formData.bi;
|
|
|
|
tQuery.subErpOrders.forEach((obj) => {
|
|
|
|
|
|
|
|
obj.reCount = obj.count;
|
|
|
|
|
|
|
|
console.log(obj.reCount);
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log(tQuery);
|
|
|
|
console.log(tQuery);
|
|
|
|
insertStockOrderWeb(tQuery)
|
|
|
|
inserThrOrderWeb(tQuery)
|
|
|
|
.then(response => {
|
|
|
|
.then(response => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
@ -602,34 +587,6 @@ export default {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
submit(formName) {
|
|
|
|
|
|
|
|
if (this.total < 1) {
|
|
|
|
|
|
|
|
this.$message.warning('未添加产品');
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
this.$confirm("是否提交?", "提示", {
|
|
|
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
|
|
|
|
type: "warning",
|
|
|
|
|
|
|
|
}).then(() => {
|
|
|
|
|
|
|
|
let tQuery = {
|
|
|
|
|
|
|
|
id: this.idQuery.id
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
this.loading = true;
|
|
|
|
|
|
|
|
submitStockOrder(tQuery)
|
|
|
|
|
|
|
|
.then((response) => {
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
|
|
|
this.$message.success("提交成功");
|
|
|
|
|
|
|
|
this.closeDialog(true);
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
|
|
|
this.loading = false;
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
selectProductFunction(event) {
|
|
|
|
selectProductFunction(event) {
|
|
|
|
|
|
|
|
|
|
|
|
if (event == null) {
|
|
|
|
if (event == null) {
|
|
|
@ -654,18 +611,23 @@ export default {
|
|
|
|
if (this.orderEditor) {
|
|
|
|
if (this.orderEditor) {
|
|
|
|
this.thisData.orderId = this.formData.id
|
|
|
|
this.thisData.orderId = this.formData.id
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
this.curAction = this.getActionItem(this.formData.billType);
|
|
|
|
this.thisData.stockOrderLists = this.codeArray;
|
|
|
|
this.thisData.stockOrderLists = this.codeArray;
|
|
|
|
this.thisData.formData = this.formData;
|
|
|
|
this.thisData.formData = this.formData;
|
|
|
|
let item = this.getActionItem(this.formData.billType);
|
|
|
|
this.thisData.formData.thirdSysFk = this.curAction.thirdSys;
|
|
|
|
if (item.mainAction == 'WareHouseOut' && this.formData.noInvOut != true) {
|
|
|
|
this.thisData.billType = this.curAction.localAction;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// this.thisData.formData.billType = this.curAction.localAction;
|
|
|
|
|
|
|
|
if (this.curAction.mainAction == 'WareHouseOut' && this.formData.noInvOut != true) {
|
|
|
|
this.invQueryData = {
|
|
|
|
this.invQueryData = {
|
|
|
|
locStorageCode: this.formData.locStorageCode,
|
|
|
|
locStorageCode: this.formData.locStorageCode,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
} else if (item.mainAction == "WareHouseIn" && this.curAction.corpType == 1 && this.formData.noInvOut != true) {
|
|
|
|
} else if (this.curAction.mainAction == "WareHouseIn" && this.curAction.corpType == 1 && this.formData.noInvOut != true) {
|
|
|
|
|
|
|
|
|
|
|
|
this.invQueryData = {
|
|
|
|
this.invQueryData = {
|
|
|
|
locStorageCode: this.formData.corpId,
|
|
|
|
locStorageCode: this.formData.corpId,
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
console.log("his.invQueryData " + this.invQueryData.locStorageCode);
|
|
|
|
console.log("his.invQueryData " + this.invQueryData.locStorageCode);
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
@ -676,66 +638,66 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.code = this.code.trim();
|
|
|
|
// this.code = this.code.trim();
|
|
|
|
|
|
|
|
//
|
|
|
|
if (this.code.length > 13) {
|
|
|
|
// if (this.code.length > 13) {
|
|
|
|
let tStr = this.code.substring(0, 2);
|
|
|
|
// let tStr = this.code.substring(0, 2);
|
|
|
|
tStr = tStr.replace('m', 'M');
|
|
|
|
// tStr = tStr.replace('m', 'M');
|
|
|
|
tStr = tStr.replace('a', 'A');
|
|
|
|
// tStr = tStr.replace('a', 'A');
|
|
|
|
if (tStr.indexOf("MA") !== -1) {
|
|
|
|
// if (tStr.indexOf("MA") !== -1) {
|
|
|
|
this.code = tStr + this.code.substring(2, this.code.length);
|
|
|
|
// this.code = tStr + this.code.substring(2, this.code.length);
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
|
|
|
|
//
|
|
|
|
this.loading = true;
|
|
|
|
// this.loading = true;
|
|
|
|
let tQuery = {
|
|
|
|
// let tQuery = {
|
|
|
|
code: this.code,
|
|
|
|
// code: this.code,
|
|
|
|
customerId: store.getters.customerId,
|
|
|
|
// customerId: store.getters.customerId,
|
|
|
|
};
|
|
|
|
// };
|
|
|
|
|
|
|
|
//
|
|
|
|
stockOrderDetailQueryProduct(tQuery).then((response) => {
|
|
|
|
// stockOrderDetailQueryProduct(tQuery).then((response) => {
|
|
|
|
this.loading = false;
|
|
|
|
// this.loading = false;
|
|
|
|
console.log(response)
|
|
|
|
// console.log(response)
|
|
|
|
if (response.code === 20000) {
|
|
|
|
// if (response.code === 20000) {
|
|
|
|
if (response.data.getType === "1") {
|
|
|
|
// if (response.data.getType === "1") {
|
|
|
|
this.loading = true;
|
|
|
|
// this.loading = true;
|
|
|
|
|
|
|
|
//
|
|
|
|
let ids = [response.data.getId];
|
|
|
|
// let ids = [response.data.getId];
|
|
|
|
let tQuery2 = {
|
|
|
|
// let tQuery2 = {
|
|
|
|
ids: ids,
|
|
|
|
// ids: ids,
|
|
|
|
udiEntity: response.data
|
|
|
|
// udiEntity: response.data
|
|
|
|
};
|
|
|
|
// };
|
|
|
|
getStockOrderDetailInstrumentById(tQuery2).then((response) => {
|
|
|
|
// getStockOrderDetailInstrumentById(tQuery2).then((response) => {
|
|
|
|
this.loading = false;
|
|
|
|
// this.loading = false;
|
|
|
|
if (response.code === 20000) {
|
|
|
|
// if (response.code === 20000) {
|
|
|
|
this.closeDialogC2(response.data);
|
|
|
|
// this.closeDialogC2(response.data);
|
|
|
|
} else {
|
|
|
|
// } else {
|
|
|
|
this.$message.error(response.message);
|
|
|
|
// this.$message.error(response.message);
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
}).catch(() => {
|
|
|
|
// }).catch(() => {
|
|
|
|
this.loading = false;
|
|
|
|
// this.loading = false;
|
|
|
|
});
|
|
|
|
// });
|
|
|
|
} else {
|
|
|
|
// } else {
|
|
|
|
this.thisData = response.data;
|
|
|
|
// this.thisData = response.data;
|
|
|
|
this.thisData.code = this.code;
|
|
|
|
// this.thisData.code = this.code;
|
|
|
|
this.thisData.orderEditor = this.orderEditor;
|
|
|
|
// this.thisData.orderEditor = this.orderEditor;
|
|
|
|
this.thisData.orderId = "";
|
|
|
|
// this.thisData.orderId = "";
|
|
|
|
if (this.orderEditor) {
|
|
|
|
// if (this.orderEditor) {
|
|
|
|
this.thisData.orderId = this.formData.id
|
|
|
|
// this.thisData.orderId = this.formData.id
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
this.thisData.stockOrderLists = this.codeArray;
|
|
|
|
// this.thisData.stockOrderLists = this.codeArray;
|
|
|
|
this.selectProductVisible = true;
|
|
|
|
// this.selectProductVisible = true;
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
} else {
|
|
|
|
// } else {
|
|
|
|
this.$message.warning(response.message);
|
|
|
|
// this.$message.warning(response.message);
|
|
|
|
// this.focusNext('inputRef');
|
|
|
|
// // this.focusNext('inputRef');
|
|
|
|
if (this.$isNotBlank(event)) {
|
|
|
|
// if (this.$isNotBlank(event)) {
|
|
|
|
event.target.select();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// event.target.select();
|
|
|
|
// event.target.select();
|
|
|
|
// event.currentTarget.select();
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
// // event.target.select();
|
|
|
|
});
|
|
|
|
// // event.currentTarget.select();
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -956,21 +918,6 @@ export default {
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
cancelButtonText: "取消",
|
|
|
|
type: "warning",
|
|
|
|
type: "warning",
|
|
|
|
}).then(() => {
|
|
|
|
}).then(() => {
|
|
|
|
// let tQuery = {
|
|
|
|
|
|
|
|
// id: row.id
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// this.detailLoading = true;
|
|
|
|
|
|
|
|
// copyStockOrderDetail(tQuery)
|
|
|
|
|
|
|
|
// .then((response) => {
|
|
|
|
|
|
|
|
// this.detailLoading = false;
|
|
|
|
|
|
|
|
// if (response.code === 20000) {
|
|
|
|
|
|
|
|
// this.$message.success("复制成功");
|
|
|
|
|
|
|
|
// this.getStockOrderDetailList();
|
|
|
|
|
|
|
|
// } else {
|
|
|
|
|
|
|
|
// this.$message.error(response.message);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let rData = JSON.parse(JSON.stringify(row));
|
|
|
|
let rData = JSON.parse(JSON.stringify(row));
|
|
|
|
rData.id = null;
|
|
|
|
rData.id = null;
|
|
|
|
if (this.codeArray.length === 0) {
|
|
|
|
if (this.codeArray.length === 0) {
|
|
|
@ -1007,7 +954,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getStockOrderDetailList() {
|
|
|
|
getStockOrderDetailList() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
stockOrderDetail(this.query) //查找该单号下的所有条码
|
|
|
|
getThrOrderDetails(this.query) //查找该单号下的所有条码
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
console.log(response)
|
|
|
|
console.log(response)
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
@ -1028,7 +975,7 @@ export default {
|
|
|
|
action: this.formData.billType
|
|
|
|
action: this.formData.billType
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
stockOrderGenerateBillNo(tQuery)
|
|
|
|
generateBillNoInt(tQuery)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
@ -1045,7 +992,7 @@ export default {
|
|
|
|
enabled: true,
|
|
|
|
enabled: true,
|
|
|
|
// code: invCode,
|
|
|
|
// code: invCode,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
getLocalJoinByUser(query)
|
|
|
|
getOriginJoinBusType(query)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.busTypes = response.data.list || [];
|
|
|
|
this.busTypes = response.data.list || [];
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -1098,19 +1045,16 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getActionItem(action) {
|
|
|
|
getActionItem(action) {
|
|
|
|
for (let i = 0; i < this.busTypes.length; i++) {
|
|
|
|
for (let i = 0; i < this.busTypes.length; i++) {
|
|
|
|
if (this.busTypes[i].localAction === action) {
|
|
|
|
if (this.busTypes[i].thirdAction === action) {
|
|
|
|
return this.busTypes[i];
|
|
|
|
return this.busTypes[i];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
actionChange(item) {
|
|
|
|
actionChange(item) {
|
|
|
|
// console.log("item = " + item);
|
|
|
|
console.log(item);
|
|
|
|
// if (item == '') {
|
|
|
|
|
|
|
|
// this.formData.locStorageCode == null;
|
|
|
|
|
|
|
|
// } else {
|
|
|
|
|
|
|
|
this.curAction = this.getActionItem(item);
|
|
|
|
this.curAction = this.getActionItem(item);
|
|
|
|
this.formData.locStorageCode = this.curAction.storageCode;
|
|
|
|
// this.formData.locStorageCode = this.curAction.storageCode;
|
|
|
|
console.log(this.curAction.corpType + "---" + this.formData.locStorageCode + "-----" + this.curAction.action);
|
|
|
|
console.log(this.curAction.corpType + "---" + "-----" + this.curAction.action);
|
|
|
|
this.findMethod();
|
|
|
|
this.findMethod();
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|