<!doctype html>
|
<html>
|
<head>
|
<meta charset="utf-8"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><meta http-equiv="Cache-control" content="no-cache"><meta http-equiv="Cache" content="no-cache">
|
<title>折让计算</title>
|
<script src="../../../jsnew/elementDefault.js?v=20220425"></script>
|
<script src="../../../jsnew/vue/vue.js"></script>
|
<script src="../../../jsnew/vue/element-ui/element-ui_15/index.js"></script>
|
<script src="../../../jsnew/myelement.js?v=20220425"></script>
|
<script src="../../../jsnew/page.js?v=20220425"></script>
|
<!-- <script src="../../../setting.js"></script> -->
|
|
<link href="../../../jsnew/vue/element-ui/element-ui_15/theme-chalk/index.css" rel="stylesheet">
|
<link href="../../../jsnew/myelement.css?v=20220426" rel="stylesheet">
|
<link href="../../../jsnew/theme.css?v=20220426" rel="stylesheet">
|
<link href="../../../css/iconfont.css" rel="stylesheet">
|
<link href="../../../jsnew/page.css?v=20220425" rel="stylesheet">
|
<link href="//at.alicdn.com/t/font_2374495_13ltsxm2eor.css" rel="stylesheet">
|
</head>
|
|
<style>
|
/* 在vue.js中 v-cloak 这个指令是防止页面加载时出现 vuejs 的变量名而设计的 */
|
[v-cloak] {
|
display: none !important;
|
}
|
</style>
|
|
<body style="margin: 0px;">
|
<div v-cloak id="vbody">
|
<div id="page_root">
|
<div ref="popup_body" style="padding: 0 20px;">
|
<div class="el-dialog__header">
|
<div class="dialog-title">
|
<i class="iconfont icon-customermanagement"></i>
|
<span> {{title}}</span>
|
</div>
|
</div>
|
|
<div style=" text-align: right; padding: 5px 30px 0px 0px;" v-if="isedit">
|
<h-form
|
ref="form1"
|
:form-attr="formAttr"
|
:table-fields="formFields"
|
:form-data="formData"
|
:table-field-click="formfieldClick"
|
>
|
</h-form>
|
</div>
|
|
<!-- <div style=" text-align: right; padding: 5px 30px 0px 0px;" v-if="!isedit">
|
<el-button size="small" v-if="state == '待计算'" type="primary" @click="reCalculate">试算</el-button>
|
<el-button size="small" v-if="state == '待确认'" type="primary" @click="">审 批</el-button>
|
<el-button size="small" v-if="state == '待确认'" type="primary" @click="">批量审批</el-button>
|
<el-button size="small" v-if="state == '待确认'" type="primary" @click="">导 入</el-button>
|
<el-button size="small" v-if="state == '待确认'" type="primary" @click="">导 出</el-button>
|
<el-button size="small" v-if="state == '待确认'" type="primary" @click="">保 存</el-button>
|
<el-button size="small" v-if="state == '待确认'" type="primary" @click="">编 辑</el-button>
|
<el-button size="small" v-if="state == '已确认'" type="primary" @click="distribute">分 发</el-button>
|
<el-button size="small" v-if="state == '已确认'" type="primary" @click="getReply">获取反馈</el-button>
|
<el-button size="small" v-if="state == '已确认'" type="primary" @click="">封 版</el-button>
|
<el-button size="small" type="default" @click="closeDialog">取 消</el-button>
|
</div> -->
|
|
<div :style="{height: t_height +'px', 'overflow-y': 'auto'}">
|
<!-- <h-form
|
ref="form1"
|
:form-attr="formAttr"
|
:table-fields="formFields"
|
:form-data="formData"
|
:table-field-click="formfieldClick"
|
>
|
</h-form> -->
|
|
<div class="topbar-line" style="padding-top: 5px;">
|
<div class="query-bar">
|
<h-form-filter ref="form1"
|
:form-attr="filterAttr"
|
:table-fields="filterFields"
|
:form-data="filterObj"
|
:table-field-click="filterfieldClick"
|
:isdraggableorder="false"
|
|
v-on:on-query="onQuery"
|
v-on:on-init-query="onInitFilter"
|
v-on:on-edit-query="onEditFilter"
|
v-on:order-fields="orderFilterFields"
|
>
|
</h-form-filter>
|
</div>
|
</div>
|
|
<!-- <el-tabs v-model="activeName" type="border-card" style="margin-top: 15px;">
|
<el-tab-pane label="已匹配" name="Matched"> -->
|
<div class="el-dialog__body">
|
<div class="h_dialog__body">
|
<!-- <div v-if="isedit || isrefuseedit" style="display: flex; padding-top: 5px;">
|
<div style="margin-left: auto;">
|
<el-button-group style="display: flex;">
|
<el-button @click="addTableData">新增明细</el-button>
|
<el-button @click="">模板下载</el-button>
|
<el-button @click="">导 入</el-button>
|
</el-button-group>
|
</div>
|
</div> -->
|
|
<h-table
|
v-if="isRefresh && tableFields.length"
|
ref="table1"
|
:table-fields="tableFields"
|
:table-data="tableData"
|
:is-edit-table-data="false"
|
:is-within-edit-table-data="false"
|
:is-pagination="true"
|
:table-field-click="tablefieldClick"
|
:is-show-index="true"
|
|
:isdraggableorder="true"
|
|
:select-table-data="selectedrows"
|
:is-selection="false"
|
:isshow-shoppingcart="false"
|
v-on:selection-change="selectionChange"
|
v-on:save-shoppingcart="saveShoppingcart"
|
|
v-on:get-data="getData"
|
v-on:del-data="delData"
|
>
|
</h-table>
|
<!-- :edit-table-button="editTableButton" -->
|
</div>
|
</div>
|
<!-- </el-tab-pane> -->
|
|
<!-- <el-tab-pane label="未匹配流向" name="Flow">
|
<div class="el-dialog__body">
|
<div class="h_dialog__body">
|
<h-table
|
v-if="isRefresh && tableFieldsFlow.length"
|
ref="table1"
|
:table-fields="tableFieldsFlow"
|
:table-data="tableDataFlow"
|
:is-edit-table-data="false"
|
:is-within-edit-table-data="true"
|
:is-pagination="true"
|
:table-field-click="tablefieldClick"
|
:is-show-index="true"
|
:edit-table-button="editTableButton"
|
:isdraggableorder="true"
|
|
:select-table-data="selectedrows"
|
:is-selection="false"
|
:isshow-shoppingcart="false"
|
v-on:selection-change="selectionChange"
|
v-on:save-shoppingcart="saveShoppingcart"
|
|
v-on:get-data="getData"
|
v-on:del-data="delData"
|
>
|
</h-table>
|
</div>
|
</div>
|
</el-tab-pane> -->
|
|
<!-- <el-tab-pane label="未匹配政策" name="Policy">
|
<div class="el-dialog__body">
|
<div class="h_dialog__body">
|
<h-table
|
v-if="isRefresh && tableFieldsPolicy.length"
|
ref="table1"
|
:table-fields="tableFieldsPolicy"
|
:table-data="tableDataPolicy"
|
:is-edit-table-data="false"
|
:is-within-edit-table-data="true"
|
:is-pagination="true"
|
:table-field-click="tablefieldClick"
|
:is-show-index="true"
|
:edit-table-button="editTableButton"
|
:isdraggableorder="true"
|
|
:select-table-data="selectedrows"
|
:is-selection="false"
|
:isshow-shoppingcart="false"
|
v-on:selection-change="selectionChange"
|
v-on:save-shoppingcart="saveShoppingcart"
|
|
v-on:get-data="getData"
|
v-on:del-data="delData"
|
>
|
</h-table>
|
</div>
|
</div>
|
</el-tab-pane>
|
</el-tabs> -->
|
</div>
|
|
<div class="el-dialog__footer" >
|
<el-button size="small" type="default" @click="closeDialog">取 消</el-button>
|
<el-button size="small" v-if="isedit || isrefuseedit" type="primary" @click="">保 存</el-button>
|
<el-button size="small" v-if="isedit || isrefuseedit" type="success" @click="">提 交</el-button>
|
</div>
|
</div>
|
</div>
|
</div>
|
|
<div id="page_loading" style="position: absolute; top:0px; width: 100vw; height: 50vh;">
|
<div class="spinner">
|
<div class="cube1"></div>
|
<div class="cube2"></div>
|
</div>
|
</div>
|
|
<script type="text/javascript">
|
function initVue() {
|
new ListVue({
|
el: "#vbody",
|
data: {
|
dataname: "",
|
table_dataname: "",
|
dataurl: "rootjemin/data/getEntitySet",
|
title: "折让计算",
|
|
filterAttr: {
|
columnnumber: 3,
|
labelwidth: "150px",
|
labelposition: "right",//"left",//"right",
|
size: "medium",
|
border: "0px solid #c6c6c600"
|
},
|
|
formAttr: {
|
columnnumber: 3,
|
labelwidth: "90px",
|
labelposition: "left",//"left",// right//top
|
size: "mini",
|
border: "0px solid #c6c6c600"
|
},
|
filterFields: [],
|
filterfieldClick: {},
|
filterObj: {},
|
|
default_filterFields: [
|
{isshow: "T", field: "process_no", name: "流程号", filterfield:"", filteroperator: "like", type: ""},
|
{isshow: "T", field: "apply_name", name: "申请人", filterfield:"", filteroperator: "like", type: ""},
|
],
|
|
default_tableFields: [
|
{isshow: "T", field: "warning", name: "test", width: "120", type:"span",},
|
],
|
|
tableFields: [],
|
tableFieldsFlow: [],
|
tableFieldsPolicy: [],
|
newTableData: {
|
// create_time: createDatetime(),
|
// creator_name: window.top.vue.userinfo.name,
|
},
|
tableData: [],
|
tableDataFlow: [],
|
tableDataPolicy: [],
|
|
default_formFields: [
|
// {isshow: "T",field: "source",name: "来源",width: "150", type: "span"},
|
// {isshow: "T",field: "state_name",name: "状态",width: "150", type: "span"},
|
// {isshow: "T", field: "type",name: "类型",width: "150",align: "left", isminwidth: true, type: "span"},
|
// {isshow: "T", field: "create_time",name: "计算日期", width: "100", align: "center", isminwidth: true, type: "span", formatter: "formatter_date"},
|
// {isshow: "T",field: "remark",name: "备注",width: "100", type: "span",},
|
|
{isshow: "T",field: "calculate_date",name: "日期范围",width: "100", type: "daterange", buttonname:"试算",},
|
],
|
formData: {},
|
|
//字段设置
|
tablefieldClick: {},
|
formfieldClick: {},
|
|
//按键权限设置
|
isedit: false,//提交前编辑,保存/提交
|
isrefuseedit: false,//拒绝后编辑,保存/再次提交
|
isapproval: false,//审批,同意/拒绝/转办/退回
|
isend: false,
|
|
iscommit: false,//提交标记
|
|
//弹窗参数
|
popupParames: {},
|
|
flow_id: "c1355b3fd4b049f28135548d17f2071f",
|
t_height:null,
|
isRefresh: true,
|
|
selectedrows: [],
|
state: "",
|
type_name: "",
|
activeName: null,
|
},
|
created() {
|
this.popupParames = clone(Root.popupParames);
|
this.title = this.popupParames.title || this.popupParames.text;
|
if (this.popupParames.data) {
|
this.formData = clone(this.popupParames.data);
|
|
if (this.formData.plan_id) {
|
this.getPageInfo(this.formData.plan_id)
|
}
|
if (this.formData.raw_id) {
|
this.filterTxt = "id = '" + this.formData.raw_id + "'"
|
}
|
}
|
|
if (this.popupParames.delta && this.popupParames.delta.type_name) {
|
this.type_name = clone(this.popupParames.delta.type_name);
|
}
|
|
if (this.popupParames.sceneCode) {
|
if (this.popupParames.sceneCode == "add") {//新增
|
// if (this.newformData) {
|
// let formData_ = clone(this.formData);
|
|
// for (var k in this.newformData) {
|
// formData_[k] = this.newformData[k];
|
// }
|
// this.formData = formData_;
|
// }
|
|
// if (this.newTableData) {
|
// this.tableData.push(clone(this.newTableData));
|
// }
|
this.tableData = [];
|
this.isedit = true;
|
}
|
else if (this.popupParames.sceneCode == "browse") {//只读
|
this.formAttr.disabled = true;
|
// this.formAttr2.disabled = true;
|
}
|
else if (this.popupParames.sceneCode == "edit") {//编辑
|
this.isedit = true;
|
}
|
else if (this.popupParames.sceneCode == "approval") {//审批
|
this.formAttr.disabled = true;
|
// this.formAttr2.disabled = true;
|
this.isapproval = true;
|
}
|
else if (this.popupParames.sceneCode == "refuseedit") {//拒绝后的编辑
|
this.isrefuseedit = true;
|
}
|
}
|
},
|
|
mounted() {
|
var me = this;
|
me.t_height = document.documentElement.clientHeight*1 - 92;
|
this.activeName = "Matched";
|
|
//预加载数据
|
if (this.dataRequest && this.dataRequest.length) {
|
var result = {};
|
this.loadRequestData(this.dataRequest, result, function(data) {
|
me.dataRequestObj = data;
|
//预加载数据后给哪些字段设置options或formatterjson
|
|
//me.initData();
|
});
|
}
|
else {
|
//this.initData();
|
}
|
|
// 以服务的方式调用的 Loading 需要异步关闭
|
this.$nextTick(() => {
|
hideLoading();
|
|
//重新设置弹窗宽高
|
this.$nextTick(function(){
|
let w_ = this.$refs.popup_body.offsetWidth + "px";
|
// let w_ = "900px";
|
let h_ = this.$refs.popup_body.offsetHeight + "px";
|
Root.setPopupWH(w_, h_);
|
})
|
});
|
},
|
|
methods:{
|
getPageInfo(plan_id) {
|
let me = this
|
|
let param = {
|
dataName: "v_fee_book_info",
|
filter: "planid = '" + plan_id + "'"
|
}
|
Server.call("rootjemin/data/getEntitySet", param, function(result) {
|
if (result.success) {
|
if (result.data.entityset && result.data.entityset.length > 0) {
|
me.dataname = result.data.entityset[0].plan_object
|
|
me.initData();
|
}
|
}
|
});
|
},
|
//关闭弹窗
|
closeDialog() {
|
var me = this;
|
if (me.popupParames.totab){
|
Root.tab.removeItem(Root.tab.selected);
|
Root.tab.open(me.popupParames.parentOption, false);
|
}
|
else {
|
Root.hidePopup();
|
}
|
},
|
//关闭前调回调
|
saveAfter() {
|
var me = this;
|
if(this.popupParames.callback) {
|
let obj = {
|
//row: this.formData
|
}
|
this.popupParames.callback(obj, function() {
|
me.closeDialog();
|
});
|
}
|
else {
|
me.closeDialog();
|
}
|
},
|
|
initData() {
|
let me = this
|
|
this.onQuery(function(result) {//查询后的回调,用于获取字段的
|
if (result.meta && result.meta[me.dataname] && result.meta[me.dataname].fields) {
|
var metas = clone(result.meta[me.dataname].fields);
|
var filterFields_ = [];
|
var formFields_ = [];
|
var tableFields_ = [];
|
metas.map(f=>{
|
f.isshow = "T";
|
|
if (f.isfilter) {
|
filterFields_.push(clone(f));
|
}
|
else {
|
var filter_f = clone(f);
|
filter_f.isshow = "F";
|
filterFields_.push(filter_f);
|
}
|
|
tableFields_.push(clone(f));
|
})
|
|
if (!me.formFields || (me.formFields && me.formFields.length == 0)) {
|
me.filterFields = clone(filterFields_);
|
me.tableFields = clone(tableFields_);
|
|
//字段数组转字段obj
|
me.fieldsToFieldsObj();
|
|
//设置字段事件
|
me.tableFieldClick();
|
}
|
}
|
})
|
},
|
|
getReply() {
|
var me = this;
|
|
var config = {
|
totab: false, //true: 以Tab导航的方式打开
|
width: "900px",
|
height: "900px",
|
icon: "icon-product",
|
text: "反馈详情",
|
id: "popup_replies",//totab: true时需设置,用于判断是否已打开此页面
|
url: "../tradeDiscount/discount/popup_replies.html",
|
data: "",
|
delta: {},
|
sceneCode: "browse",//"refuseedit",//"approval", //"add"//"browse",
|
callback: function(obj, callback) {
|
if (callback) {
|
callback();
|
}
|
}
|
};
|
me.doPopupByPublic(config);
|
},
|
|
distribute() {
|
var me = this;
|
|
var config = {
|
totab: false, //true: 以Tab导航的方式打开
|
width: "900px",
|
height: "900px",
|
icon: "icon-product",
|
text: "分发",
|
id: "popup_distribute_list",//totab: true时需设置,用于判断是否已打开此页面
|
url: "../tradeDiscount/discount/popup_distribute_list.html",
|
data: "",
|
delta: {},
|
sceneCode: "add",//"refuseedit",//"approval", //"add"//"browse",
|
callback: function(obj, callback) {
|
if (callback) {
|
callback();
|
}
|
}
|
};
|
me.doPopupByPublic(config);
|
},
|
|
reCalculate() {
|
var me = this;
|
|
var config = {
|
totab: false, //true: 以Tab导航的方式打开
|
width: "900px",
|
height: "900px",
|
icon: "icon-product",
|
text: "计算进度",
|
id: "popup_recalculate",//totab: true时需设置,用于判断是否已打开此页面
|
url: "../tradeDiscount/discount/popup_recalculate.html",
|
data: "",
|
delta: {},
|
sceneCode: "browse",//"refuseedit",//"approval", //"add"//"browse",
|
callback: function(obj, callback) {
|
if (callback) {
|
callback();
|
}
|
}
|
};
|
me.doPopupByPublic(config);
|
},
|
|
newEndDeatil() {
|
var me = this;
|
|
var config = {
|
totab: false, //true: 以Tab导航的方式打开
|
width: "900px",
|
height: "900px",
|
icon: "icon-product",
|
text: "请选择要终止的商业回笼明细数据",
|
id: "popup_terminal_policy_info_list",//totab: true时需设置,用于判断是否已打开此页面
|
url: "../agreement/policy/popup_terminal_policy_info_list.html",
|
data: {},
|
delta: {},
|
sceneCode: "add",//"refuseedit",//"approval", //"add"//"browse",
|
callback: function(obj, callback) {
|
if (callback) {
|
callback();
|
}
|
}
|
};
|
me.doPopupByPublic(config);
|
},
|
|
tableFieldClick() {
|
var me = this;
|
//筛选字段事件设置
|
this.filterfieldClick = {
|
|
};
|
//表单字段事件设置
|
this.formfieldClick = {
|
calculate_date: {
|
button: {
|
onclick: function(obj) {//按键点击事件
|
me.reCalculate();
|
}
|
},
|
},
|
|
};
|
|
//表格字段事件设置
|
this.tablefieldClick = {
|
warning: {//字段事件设置
|
prefixclass: {
|
setclass: function(row, field){
|
// 根据逻辑返回class名称
|
if (row.warning * 1 >= 60) {
|
// return "prefixclass";
|
return 'el-icon-warning-outline';
|
// return '<i class="el-icon-time"></i>';
|
} else {
|
return 'whitefixclass';
|
}
|
}
|
},
|
},
|
year_discount_amount: {
|
defaultval: {
|
val: "查看",//空值时的显示值
|
onclick: function(obj) {//默认值点击事件,此事件需要设置val才有效
|
me.showDetail(obj);
|
}
|
},
|
},
|
};
|
|
},
|
|
showDetail(obj) {
|
var me = this;
|
|
var config = {
|
totab: false, //true: 以Tab导航的方式打开
|
width: "900px",
|
height: "900px",
|
icon: "icon-product",
|
text: "年度折让金额",
|
id: "popup_year_discount",//totab: true时需设置,用于判断是否已打开此页面
|
url: "../tradeDiscount/discount/popup_year_discount.html",
|
data: "",
|
delta: {},
|
sceneCode: "browse",//"refuseedit",//"approval", //"add"//"browse",
|
callback: function(obj, callback) {
|
if (callback) {
|
callback();
|
}
|
}
|
};
|
me.doPopupByPublic(config);
|
},
|
|
addTableData() {
|
var table_row = clone(this.newTableData);
|
this.rowChange(table_row, "add", this.table_dataname);
|
},
|
|
delData(scope) {
|
let me = this;
|
let row = scope.row;
|
let index_ = scope.$index;
|
|
Root.confirm('确定删除数据【' + JSON.stringify(row) + '】吗?', '删除提示', {
|
confirmButtonText: '删除',
|
cancelButtonText: '取消',
|
type: 'warning'
|
}).then(() => {
|
me.rowChange(row, "del", me.table_dataname);
|
}).catch(() => {
|
Root.message({
|
type: 'info',
|
message: '已取消删除'
|
});
|
});
|
},
|
|
rowChange(row, type, tablename) {
|
var me = this;
|
if (type == "add") {
|
this.tableData.unshift(row);
|
}
|
else if (type == "del") {
|
if (row.id) {
|
let param = {
|
dataname: tablename,
|
id: row.id
|
}
|
|
Server.call("root/data/deleteEntity", param, function(result) {
|
console.log(result);
|
if (result && result.data) {
|
me.tableData.remove(row);
|
|
Root.message({
|
type: 'success',
|
message: '删除成功!'
|
});
|
}
|
});
|
}
|
else {
|
this.tableData.remove(row);
|
}
|
}
|
else {
|
|
}
|
},
|
|
//提交
|
submitRowTable() {
|
this.iscommit = true;
|
this.saveRowTable();
|
},
|
|
//保存
|
saveRowTable() {
|
var me = this;
|
var operator_ = "save";//保存
|
if(me.iscommit) {
|
operator_ = "commit";//提交
|
}
|
|
var entity_ = clone(this.formData);
|
var entity = {};
|
for (var r in entity_) {
|
if (entity_[r]) {
|
entity[r] = entity_[r];
|
}
|
}
|
|
var tableData_ = [];
|
this.tableData.map(r=>{
|
var row_ = {};
|
for (var k in r) {
|
if (r[k]) {
|
row_[k] = r[k];
|
}
|
}
|
tableData_.push(row_);
|
})
|
|
if (tableData_.length == 0) {
|
Root.message({
|
type: 'warning',
|
message: '请先添加明细数据'
|
});
|
return
|
}
|
|
let param = {
|
dataname: this.dataname,
|
operator: operator_,
|
data: {},
|
}
|
param.data[this.dataname] = entity;
|
param.data[this.table_dataname] = tableData_;
|
|
Server.call("root/data/saveEntity", param, function(result) {
|
console.log(result);
|
if (result.success) {
|
if(me.iscommit){
|
me.iscommit = false;
|
Root.message({
|
type: 'success',
|
message: '提交成功'
|
});
|
me.saveAfter();
|
}
|
else {
|
Root.message({
|
type: 'success',
|
message: '保存成功'
|
});
|
me.saveAfter();
|
}
|
}
|
});
|
},
|
selectionChange(obj){
|
var me = this;
|
me.selectedrows = obj;
|
},
|
saveShoppingcart(list) {
|
var me = this;
|
me.selectedrows = list;
|
},
|
}
|
});
|
};
|
|
initVue();
|
</script>
|
|
<style>
|
.a:hover{
|
background-color: #FFFFFF;
|
}
|
.el-input__inner{
|
padding: 0 2px;
|
}
|
.header {
|
height: 21px;
|
}
|
.el-dialog_header {
|
padding: 10px 20px;
|
border-bottom: 1px solid #ccc;
|
right: 10px;
|
left: 10px;
|
top: 0px;
|
position: fixed;
|
}
|
.el-dialog_body{
|
padding: 20px;
|
|
overflow-y: auto;
|
right: 10px;
|
left: 10px;
|
top: 42px;
|
bottom: 50px;
|
position: fixed;
|
}
|
.el-dialog_footer {
|
padding: 10px 20px;
|
border-top: 1px solid #ccc;
|
right: 10px;
|
left: 10px;
|
bottom: 0px;
|
position: fixed;
|
background-color: #fff;
|
z-index: 10;
|
text-align: right;
|
}
|
html{
|
overflow-y: hidden;
|
}
|
|
/* .el-button--mini {
|
color: #FFF;
|
background-color: #2984e2;
|
border-color: #409EFF;
|
} */
|
|
.prefixclass {
|
width: 10px;
|
height: 10px;
|
border-radius: 5px;
|
background-color: #087e13;
|
display: inline-block;
|
}
|
|
.whitefixclass {
|
width: 10px;
|
height: 10px;
|
border-radius: 5px;
|
display: inline-block;
|
}
|
|
.el-icon-warning-outline {
|
color: darkorange;
|
}
|
</style>
|
|
</body>
|
</html>
|