|
|
|
@ -63,7 +63,6 @@
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in busTypes"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.action">
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
@ -80,9 +79,6 @@
|
|
|
|
|
|
|
|
|
|
<el-col :span="8">
|
|
|
|
|
<el-form-item prop="locStorageCode">
|
|
|
|
|
<!--<el-select v-model="formData.billType" style="width: 100%" placeholder="业务类型" :disabled="true">-->
|
|
|
|
|
<!--<el-option label="送货单" value="deliveryNote"></el-option>-->
|
|
|
|
|
<!--</el-select>-->
|
|
|
|
|
<el-select v-model="formData.locStorageCode" placeholder="当前仓库信息" @change="locCHange"
|
|
|
|
|
:disabled="corpOrderIdDisabled">
|
|
|
|
|
<el-option
|
|
|
|
@ -169,12 +165,11 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="text item" style="margin-top: 6px">
|
|
|
|
|
<el-checkbox v-model="formData.outChangeEnable"
|
|
|
|
|
:disabled="!curAction.changeEnable">允许出库自动缺量补单
|
|
|
|
|
:disabled="!curAction.changeEnable || corpOrderIdDisabled">允许出库自动缺量补单
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
|
|
|
|
|
<el-checkbox v-model="formData.preCheck"
|
|
|
|
|
:disabled="!curAction.changeEnable ||corpOrderIdDisabled"
|
|
|
|
|
>是否预验收产品
|
|
|
|
@ -218,17 +213,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<!-- <div>-->
|
|
|
|
|
<!-- <input type="text" id="inputer" ime-mode="disabled" tabindex="0" >-->
|
|
|
|
|
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- <div id="inputer" tabindex="0"></div>-->
|
|
|
|
|
<el-row :gutter="20">
|
|
|
|
|
<el-col :span="14" style="margin-left: 40px">
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="2">
|
|
|
|
|
<el-checkbox v-model="sitcomScan">分段扫码</el-checkbox>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="3">
|
|
|
|
|
<div class="text item" style="margin-left: 30px"> 条码数量:{{ total }}
|
|
|
|
@ -248,7 +235,26 @@
|
|
|
|
|
prop="code"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="生产日期"
|
|
|
|
|
prop="produceDate"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="失效日期"
|
|
|
|
|
prop="expireDate"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="批次号"
|
|
|
|
|
prop="batchNo"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="序列号"
|
|
|
|
|
prop="serialNo"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="供应商"
|
|
|
|
|
prop="supName"
|
|
|
|
@ -258,7 +264,6 @@
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="扫码数量"
|
|
|
|
|
prop="count"
|
|
|
|
|
width="200"
|
|
|
|
|
show-overflow-tooltip
|
|
|
|
|
></el-table-column>
|
|
|
|
|
|
|
|
|
@ -274,21 +279,24 @@
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
|
|
|
|
|
@click.native.stop="bindRl(scope.row)"
|
|
|
|
|
>选择产品
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<!-- :disabled="scope.row.relId != null "-->
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
|
|
|
|
|
@click.native.stop="handleUnitClick(scope.row)"
|
|
|
|
|
>选择供应商
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
<!-- :disabled=" scope.row.supId !=null"-->
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
@click.native.stop="editCode(scope.row)"
|
|
|
|
|
>编辑
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
@ -329,6 +337,33 @@
|
|
|
|
|
v-on:closeBindDialog="closeBindDialog"
|
|
|
|
|
></selectRlDialog>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
:title="editTitle"
|
|
|
|
|
:visible.sync="editCodeVisible"
|
|
|
|
|
append-to-body width="70%"
|
|
|
|
|
v-if="editCodeVisible"
|
|
|
|
|
>
|
|
|
|
|
<editCodeDialog
|
|
|
|
|
editTye="2"
|
|
|
|
|
:closeCodeDialog="closeCodeDialog"
|
|
|
|
|
:codeDetail="codeDetail">
|
|
|
|
|
|
|
|
|
|
</editCodeDialog>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
:title="editTitle"
|
|
|
|
|
:visible.sync="editOriginCodeVisible"
|
|
|
|
|
append-to-body width="70%"
|
|
|
|
|
v-if="editOriginCodeVisible">
|
|
|
|
|
<editCodeDialog
|
|
|
|
|
:closeCodeDialog="closeCodeDialog"
|
|
|
|
|
:repeatAddCode="repeatAddCode"
|
|
|
|
|
:codeDetail="formData"
|
|
|
|
|
editTye="1">
|
|
|
|
|
</editCodeDialog>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -337,17 +372,16 @@
|
|
|
|
|
<script>
|
|
|
|
|
import {
|
|
|
|
|
errorCodeList, addOrderWeb, deleteCodesTempById, submitOrderWeb, saveOrderWeb,
|
|
|
|
|
updateCodeBindSup, expireTimeCheck
|
|
|
|
|
updateCodeBindSup, enterCodeWeb
|
|
|
|
|
} from "../../api/inout/order";
|
|
|
|
|
import {getBussinessType} from "../../api/basic/bussinessType";
|
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
|
import {parseTime} from "../../filtres/index";
|
|
|
|
|
import store from "../../store";
|
|
|
|
|
import {getBasicUnitMaintains} from "../../api/basic/basicUnitMaintain"
|
|
|
|
|
import {filterAll, filterAllByLoc, filterAllByUser} from "@/api/basic/invWarehouse";
|
|
|
|
|
import {deleteWarehouse, filterAllByLoc, filterAllByUser} from "@/api/basic/invWarehouse";
|
|
|
|
|
import {getLocalBusType, getLocalJoinBusType, getLocalJoinByUser} from "../../api/basic/busLocalType";
|
|
|
|
|
import DialogSelectUnit from "./DialogSelectUnit";
|
|
|
|
|
import selectRlDialog from "./DialogSelectRl";
|
|
|
|
|
import editCodeDialog from "./editCode";
|
|
|
|
|
import A from "../../plugin/KeyScaner"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -374,6 +408,7 @@ export default {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
},
|
|
|
|
|
editCodeVisible: false,
|
|
|
|
|
busTypes: [],
|
|
|
|
|
billAction: null,
|
|
|
|
|
actionEnable: false,
|
|
|
|
@ -389,7 +424,13 @@ export default {
|
|
|
|
|
locStorageCode: null,
|
|
|
|
|
outChangeEnable: false,
|
|
|
|
|
preCheck: false,
|
|
|
|
|
batchNo: null,
|
|
|
|
|
produceDate: null,
|
|
|
|
|
expireDate: null,
|
|
|
|
|
serialNo: null,
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
editOriginCodeVisible: false,
|
|
|
|
|
curId: null,
|
|
|
|
|
storageList: [],
|
|
|
|
|
formRules: {
|
|
|
|
@ -421,11 +462,15 @@ export default {
|
|
|
|
|
selectRlTitle: "绑定产品",
|
|
|
|
|
selectUnitTitle: "绑定供应商",
|
|
|
|
|
sictomText: "",
|
|
|
|
|
codeDetail: null,
|
|
|
|
|
originCode: "",
|
|
|
|
|
checkSuccess: false,
|
|
|
|
|
editTitle: "编辑条码",
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
draggable,
|
|
|
|
|
DialogSelectUnit, selectRlDialog
|
|
|
|
|
DialogSelectUnit, selectRlDialog, editCodeDialog
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
submit(formName) {
|
|
|
|
@ -476,6 +521,14 @@ export default {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
closeCodeDialog() {
|
|
|
|
|
this.editCodeVisible = false;
|
|
|
|
|
this.editOriginCodeVisible = false;
|
|
|
|
|
},
|
|
|
|
|
editCode(row) {
|
|
|
|
|
this.codeDetail = row;
|
|
|
|
|
this.editCodeVisible = true;
|
|
|
|
|
},
|
|
|
|
|
// 刷新表单
|
|
|
|
|
resetForm() {
|
|
|
|
|
if (this.$refs["dataForm"]) {
|
|
|
|
@ -487,17 +540,64 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
enterKey(event) {
|
|
|
|
|
if (this.sitcomScan) {
|
|
|
|
|
return;
|
|
|
|
|
} else {
|
|
|
|
|
this.addCode(event);
|
|
|
|
|
this.checkSuccess = true;
|
|
|
|
|
let tQuery = {
|
|
|
|
|
originCode: this.originCode,
|
|
|
|
|
code: this.formData.code.trim(),
|
|
|
|
|
}
|
|
|
|
|
enterCodeWeb(tQuery).then((response) => {
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
|
this.formData.code = response.data;
|
|
|
|
|
this.addCode();
|
|
|
|
|
} else {
|
|
|
|
|
if (response.code == 502) {
|
|
|
|
|
this.checkSuccess = false;
|
|
|
|
|
this.formData.code = response.data;
|
|
|
|
|
this.originCode = this.formData.code;
|
|
|
|
|
} else if (response.code == 501) {
|
|
|
|
|
this.checkSuccess = false;
|
|
|
|
|
this.formData.code = response.data;
|
|
|
|
|
this.originCode = this.formData.code;
|
|
|
|
|
} else if (response.code == 503) {
|
|
|
|
|
this.checkSuccess = false;
|
|
|
|
|
this.formData.code = response.data;
|
|
|
|
|
this.$confirm(response.message, "提示", {
|
|
|
|
|
type: "warning",
|
|
|
|
|
})
|
|
|
|
|
.then(() => {
|
|
|
|
|
this.formData.code = response.data;
|
|
|
|
|
this.addCode();
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.formData.code = this.originCode;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
this.$alert(response.message, '提示', {
|
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
|
type: 'warning',
|
|
|
|
|
closeOnClickModal: true,
|
|
|
|
|
callback: action => {
|
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
this.loading = false;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
addCode(event) {
|
|
|
|
|
|
|
|
|
|
this.originCode = "";
|
|
|
|
|
this.sictomText = "";
|
|
|
|
|
this.formData.corpOrderId = this.formData.corpOrderId.trim();
|
|
|
|
|
this.formData.batchNo = "";
|
|
|
|
|
this.formData.produceDate = "";
|
|
|
|
|
this.formData.expireDate = "";
|
|
|
|
|
this.formData.serialNo = "";
|
|
|
|
|
this.actionEnable = true;
|
|
|
|
|
this.sictomText = "";
|
|
|
|
|
if (event == null) {
|
|
|
|
|
} else event.target.select();
|
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
@ -526,15 +626,21 @@ export default {
|
|
|
|
|
tQuery.orderId = this.idQuery.id;
|
|
|
|
|
tQuery.actDate = parseTime(this.formData.actDate, '{y}-{m}-{d} {h}:{i}:{s}');
|
|
|
|
|
tQuery.action = this.formData.action;
|
|
|
|
|
console.log(tQuery.action);
|
|
|
|
|
this.addCodeSubmit(tQuery);
|
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
repeatAddCode() {
|
|
|
|
|
let tQuery = Object.assign(JSON.parse(JSON.stringify(this.formData)));
|
|
|
|
|
tQuery.orderId = this.idQuery.id;
|
|
|
|
|
tQuery.actDate = parseTime(this.formData.actDate, '{y}-{m}-{d} {h}:{i}:{s}');
|
|
|
|
|
tQuery.action = this.formData.action;
|
|
|
|
|
this.closeCodeDialog();
|
|
|
|
|
this.addCodeSubmit(tQuery);
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
addCodeSubmit(tQuery) {
|
|
|
|
|
addOrderWeb(tQuery).then((response) => {
|
|
|
|
|
|
|
|
|
|
if (response.code === 20000) {
|
|
|
|
|
this.idQuery.id = response.data.orderId;
|
|
|
|
|
if (response.data.errMsg != null) {
|
|
|
|
@ -547,8 +653,9 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
this.corpOrderIdDisabled = true;
|
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
|
this.getCodeList();
|
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
|
} else {
|
|
|
|
|
if (response.code == 502) {
|
|
|
|
|
this.curRow = response.data;
|
|
|
|
@ -574,9 +681,7 @@ export default {
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
} else if (response.code == 505) {
|
|
|
|
|
|
|
|
|
|
this.$confirm(response.message, "提示", {
|
|
|
|
|
confirmButtonText: "确定",
|
|
|
|
|
cancelButtonText: "忽略",
|
|
|
|
@ -587,7 +692,13 @@ export default {
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
} else if (response.code == 507) {
|
|
|
|
|
this.editTitle = response.message;
|
|
|
|
|
this.editOriginCodeVisible = true;
|
|
|
|
|
this.formData.produceDate = response.data.produceDate;
|
|
|
|
|
this.formData.expireDate = response.data.expireDate;
|
|
|
|
|
this.formData.batchNo = response.data.batchNo;
|
|
|
|
|
this.formData.serialNo = response.data.serialNo;
|
|
|
|
|
} else {
|
|
|
|
|
this.$alert(response.message, '提示', {
|
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
@ -595,25 +706,15 @@ export default {
|
|
|
|
|
closeOnClickModal: true,
|
|
|
|
|
callback: action => {
|
|
|
|
|
this.$refs.inputRef.focus();
|
|
|
|
|
this.$refs.inputRef.select();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
this.loading = false;
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
scanChange(event) {
|
|
|
|
|
this.isScan = !this.isScan;
|
|
|
|
|
if (this.isScan) {
|
|
|
|
|
this.scanText = "扫码录入:";
|
|
|
|
|
} else {
|
|
|
|
|
this.scanText = "手动录入:";
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
unitChange(row) {
|
|
|
|
|
console.log(row);
|
|
|
|
|
this.formData.fromCorpId = row.erpId;
|
|
|
|
@ -693,21 +794,12 @@ export default {
|
|
|
|
|
let query = {
|
|
|
|
|
enabled: true,
|
|
|
|
|
};
|
|
|
|
|
// console.log("---------1------" + this.curAction.action)
|
|
|
|
|
|
|
|
|
|
getLocalJoinByUser(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
console.log("--------3--------" + this.formData.action)
|
|
|
|
|
this.busTypes = response.data.list || [];
|
|
|
|
|
// this.filterQuery.billAction = this.busTypes[0].action;
|
|
|
|
|
if (this.formData.action != null) {
|
|
|
|
|
this.curAction = this.getActionItem(this.formData.action);
|
|
|
|
|
}
|
|
|
|
|
// this.curAction = this.getActionItem(this.formData.action);
|
|
|
|
|
// if(this.curAction == null){
|
|
|
|
|
// this.curAction
|
|
|
|
|
// }
|
|
|
|
|
// console.log("----------4------" + this.curAction.action + "---" + this.curAction.corpType)
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
});
|
|
|
|
@ -777,11 +869,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
getStorage(event) {
|
|
|
|
|
// let query = {
|
|
|
|
|
// advanceType: this.getActionName(event),
|
|
|
|
|
// };
|
|
|
|
|
this.storageList = [];
|
|
|
|
|
// this.formData.locStorageCode = null;
|
|
|
|
|
filterAllByUser()
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.storageList = response.data || [];
|
|
|
|
@ -807,7 +895,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
actionChange(item) {
|
|
|
|
|
this.curAction = this.getActionItem(item);
|
|
|
|
|
// this.formData.locStorageCode = this.curAction.storageCode;
|
|
|
|
|
this.findMethod();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -894,36 +981,31 @@ export default {
|
|
|
|
|
event.stopPropagation();
|
|
|
|
|
};
|
|
|
|
|
var that = this;
|
|
|
|
|
|
|
|
|
|
var inputer = document.getElementById("inputer");
|
|
|
|
|
window.sc = new A.KeyScaner(inputer);//传入要监听的DOM节点
|
|
|
|
|
sc.onInput = function (text) {
|
|
|
|
|
console.log("监听掃碼:" + text);
|
|
|
|
|
//onInput事件在检测到回车键按下或在连续输入后超过500ms没有继续输入时触发
|
|
|
|
|
if (text.includes("delete")) {
|
|
|
|
|
that.formData.code = "";
|
|
|
|
|
that.sictomText = "";
|
|
|
|
|
this.originCode = "";
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (that.sitcomScan) {
|
|
|
|
|
let tempTxt = text;
|
|
|
|
|
let str= tempTxt.replace(/[\r]/g, "");
|
|
|
|
|
let str = tempTxt.replace(/[\r]/g, "");
|
|
|
|
|
that.sictomText = that.sictomText + str;
|
|
|
|
|
that.formData.code = that.sictomText;
|
|
|
|
|
} else {
|
|
|
|
|
that.formData.code = text;
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
inputer.focus();//别忘了给要监听的节点放置焦点,如果是div一类默认不具备焦点的节点需要给它加上“tabindex”属性。不建议传入document、Body等全局节点,可能会影响其它输入控件的流畅性。
|
|
|
|
|
|
|
|
|
|
inputer.focus();
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
this.formData.code = '';
|
|
|
|
|
this.formData.actDate = new Date();
|
|
|
|
|
this.codeArray = [];
|
|
|
|
|
// this.formData.fromCorp = store.getters.customerId === 110 ? '医院' : store.getters.companyName;
|
|
|
|
|
// this.formData.customerId = store.getters.customerId;
|
|
|
|
|
this.getBusType();
|
|
|
|
|
this.getStorage(this.formData.action);
|
|
|
|
|
if (this.$isNotBlank(this.idQuery.id)) {
|
|
|
|
@ -941,15 +1023,20 @@ export default {
|
|
|
|
|
} else {
|
|
|
|
|
this.corpOrderIdDisabled = false;
|
|
|
|
|
if (JSON.stringify(this.$route.query) === '{}') {
|
|
|
|
|
// this.formData.corpOrderId = new Date().getTime() + (Math.ceil(Math.random() * 10 + 10) + '');
|
|
|
|
|
let date = new Date();
|
|
|
|
|
this.formData.corpOrderId = parseTime(date, '{y}{m}{d}{h}{i}{s}') + Math.ceil(Math.random() * 89 + 10);
|
|
|
|
|
} else {
|
|
|
|
|
// 将参数拷贝进查询对象
|
|
|
|
|
let query = this.$route.query;
|
|
|
|
|
this.orderNo = query.id;
|
|
|
|
|
|
|
|
|
|
this.query = Object.assign(this.query, query);
|
|
|
|
|
this.query.limit = parseInt(this.query.limit);
|
|
|
|
|
this.query.corpOrderId = query.id;
|
|
|
|
|
|
|
|
|
|
// 加载表格数据
|
|
|
|
|
// this.getCodeList();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|