|
@@ -11,8 +11,8 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
- <el-form-item label="申请组织" prop="orgId">
|
|
|
- <el-input disabled v-model="basicForm.orgId"></el-input>
|
|
|
+ <el-form-item label="申请组织" prop="orgName">
|
|
|
+ <el-input disabled v-model="basicForm.orgName"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
@@ -159,6 +159,36 @@
|
|
|
</el-row>
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
|
+ <el-form-item label="厂家物料编码" prop="manufacturersMaterialCode">
|
|
|
+ <el-input type="number" min="0" :disabled="disable" v-model="basicForm.manufacturersMaterialCode"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="ABC分类" prop="classifyAbc">
|
|
|
+ <el-select
|
|
|
+ v-model="basicForm.classifyAbc"
|
|
|
+ placeholder="ABC分类"
|
|
|
+ clearable
|
|
|
+ :disabled="disable"
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in dict.type.abc_type"
|
|
|
+ :key="item.value"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.value"
|
|
|
+ />
|
|
|
+ </el-select>
|
|
|
+ <!-- <el-input :disabled="disable" v-model="basicForm.classifyAbc"></el-input> -->
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="安全库存" prop="safeStock">
|
|
|
+ <el-input type="number" min="0" :disabled="disable" v-model="basicForm.safeStock"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item label="B2C物料" prop="isB2c">
|
|
|
<el-select
|
|
|
v-model="basicForm.isB2c"
|
|
@@ -198,6 +228,7 @@
|
|
|
v-model="basicForm.isInventoryStatus"
|
|
|
placeholder="批号及库存状态管理"
|
|
|
clearable
|
|
|
+ @change="stockControl"
|
|
|
:disabled="disable"
|
|
|
>
|
|
|
<el-option
|
|
@@ -217,7 +248,8 @@
|
|
|
v-model="basicForm.expiryDateManagerment"
|
|
|
placeholder="效期管理"
|
|
|
clearable
|
|
|
- :disabled="disable"
|
|
|
+ @change="expCt"
|
|
|
+ :disabled="disable || isStock"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="item in options"
|
|
@@ -246,19 +278,19 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
- <el-form-item label="有效期" prop="usefulLife">
|
|
|
- <el-input type="number" min="0" :disabled="disable" v-model="basicForm.usefulLife"></el-input>
|
|
|
+ <el-form-item label="有效期" prop="usefulLife" :rules="{required: !isExp, message: '请填写有效期', trigger: 'blur'}">
|
|
|
+ <el-input type="number" min="0" :disabled="disable || isExp" v-model="basicForm.usefulLife"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
|
- <el-form-item label="效期单位" prop="expiryUnitId">
|
|
|
+ <el-form-item label="效期单位" prop="expiryUnitId" :rules="{required: !isExp, message: '请选择效期单位', trigger: 'change'}">
|
|
|
<el-select
|
|
|
v-model="basicForm.expiryUnitId"
|
|
|
- placeholder="效期单位"
|
|
|
+ placeholder="请选择"
|
|
|
clearable
|
|
|
- :disabled="disable"
|
|
|
+ :disabled="disable || isExp"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="item in dict.type.period_unit"
|
|
@@ -270,12 +302,12 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
- <el-form-item label="有效期至单位" prop="usefulLifeUnitId">
|
|
|
+ <el-form-item label="有效期至单位" prop="usefulLifeUnitId" :rules="{required: !isExp, message: '请选择有效期至单位', trigger: 'change'}">
|
|
|
<el-select
|
|
|
v-model="basicForm.usefulLifeUnitId"
|
|
|
- placeholder="有效期至单位"
|
|
|
+ placeholder="请选择"
|
|
|
clearable
|
|
|
- :disabled="disable"
|
|
|
+ :disabled="disable || isExp"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="item in dict.type.expiry_date"
|
|
@@ -287,8 +319,8 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
- <el-form-item label="近效期预警天数" prop="recentWarningPeriod">
|
|
|
- <el-input type="number" min="0" :disabled="disable" v-model="basicForm.recentWarningPeriod"></el-input>
|
|
|
+ <el-form-item label="近效期预警天数" prop="recentWarningPeriod" :rules="{required: !isExp, message: '请填写近效期预警天数', trigger: 'blur'}">
|
|
|
+ <el-input type="number" min="0" :disabled="disable || isExp" v-model="basicForm.recentWarningPeriod"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -424,7 +456,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
- <el-form-item label="业务线" prop="businessLine">
|
|
|
+ <el-form-item label="业务线" prop="businessLine" :rules="{required: isOneClass, message: '骨科、介入、检验、普耗、设备类物料产线必须输入对应的业务线', trigger: 'blur'}">
|
|
|
<el-select
|
|
|
ref="lines"
|
|
|
v-model="basicForm.businessLine"
|
|
@@ -446,7 +478,8 @@
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="物料申请人" prop="proposerId">
|
|
|
- <el-input :disabled="disable" v-model="basicForm.proposerId"></el-input>
|
|
|
+ <el-input disabled v-model="basicForm.createName || this.$store.state.user.nickName"></el-input>
|
|
|
+ <el-input v-show="false" v-model="basicForm.proposerId"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
@@ -542,6 +575,31 @@
|
|
|
</el-row>
|
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
|
+ <el-form-item label="税类编码" prop="rateCode">
|
|
|
+ <el-input :disabled="disable" v-model="basicForm.rateCode"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="中包装单位" prop="mediumPackageUnitId">
|
|
|
+ <el-select
|
|
|
+ ref="midpacks"
|
|
|
+ v-model="basicForm.mediumPackageUnitId"
|
|
|
+ placeholder="请选择"
|
|
|
+ clearable
|
|
|
+ :disabled="disable"
|
|
|
+ @focus="chooseMidpack"
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in midPackOptions"
|
|
|
+ :key="item.id"
|
|
|
+ :label="item.name"
|
|
|
+ :value="item.id"
|
|
|
+ />
|
|
|
+ </el-select>
|
|
|
+ <!-- <el-input :disabled="disable" v-model="basicForm.mediumPackageUnitId"></el-input> -->
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item label="备注" prop="remark">
|
|
|
<el-input disabled v-model="basicForm.remark"></el-input>
|
|
|
</el-form-item>
|
|
@@ -650,12 +708,16 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
+
|
|
|
+ </el-tab-pane>
|
|
|
+
|
|
|
+ <el-tab-pane label="维护物料类别" name="third">
|
|
|
+ <!-- <el-row style="margin-bottom: 12px;">
|
|
|
+ <span>物料类别</span>
|
|
|
+ </el-row> -->
|
|
|
<el-row style="margin-bottom: 12px;">
|
|
|
- <span>物料类别</span>
|
|
|
- </el-row>
|
|
|
- <el-row style="margin-bottom: 12px;">
|
|
|
- <el-button :disabled="disable || isControl" type="primary" size="small" plain @click="addLine">新增</el-button>
|
|
|
- <el-button :disabled="disable || isControl" type="primary" size="small" plain @click="handleDelete">删除</el-button>
|
|
|
+ <el-button :disabled="disable" type="primary" size="small" plain @click="addLine">新增</el-button>
|
|
|
+ <el-button :disabled="disable" type="primary" size="small" plain @click="handleDelete">删除</el-button>
|
|
|
<!-- <el-button :disabled="disable || isControl" type="primary" size="small" plain @click="testsave">暂存</el-button> -->
|
|
|
</el-row>
|
|
|
<el-row>
|
|
@@ -666,19 +728,19 @@
|
|
|
@selection-change="handleSelectionChange"
|
|
|
>
|
|
|
<el-table-column type="selection" width="55" />
|
|
|
- <el-table-column label="物料类别ID" align="center" prop="sort">
|
|
|
+ <el-table-column label="ID" align="center" prop="sort">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input readonly v-model="scope.row.drugId">
|
|
|
<!-- <el-button :disabled="disable" slot="append" icon="el-icon-more" @click="chooseDrug"></el-button> -->
|
|
|
</el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="物料类别code" align="center" prop="medicineCode">
|
|
|
+ <el-table-column label="药品类别编码" align="center" prop="medicineCode">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input readonly v-model="scope.row.drugCode"></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="物料类别名称" align="center" prop="medicineName">
|
|
|
+ <el-table-column label="药品类别名称" align="center" prop="medicineName">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input readonly v-model="scope.row.drugName"></el-input>
|
|
|
</template>
|
|
@@ -846,6 +908,12 @@
|
|
|
:single="true"
|
|
|
/>
|
|
|
|
|
|
+ <midpack
|
|
|
+ ref="midpack"
|
|
|
+ @doSubmit="acceptMidpack"
|
|
|
+ :selectData="selectData13"
|
|
|
+ :single="true"
|
|
|
+ />
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -864,17 +932,19 @@ import depart from '@/components/PopDialog/organization.vue'
|
|
|
// 药品类别子别
|
|
|
import drug from '@/components/PopDialog/drug.vue'
|
|
|
|
|
|
+import midpack from '@/components/PopDialog/midPack.vue'
|
|
|
+
|
|
|
import { addReq, getReqDetail, editReq } from '@/api/requisition/basic'
|
|
|
// 调用物料分类详情接口用于数据回显
|
|
|
import { getDetail } from '@/api/classify/basic';
|
|
|
// 生产厂商/代理人调用用于回显
|
|
|
import { getProductFactory } from '@/api/changeApply/basic'
|
|
|
// 计量单位,产地调用用于回显
|
|
|
-import { getUnit, getPlace, getTax, getStaff, getLine, getDose, getOrgs} from '@/api/requisition/basic'
|
|
|
+import { getUnit, getPlace, getTax, getStaff, getLine, getDose, getOrgs, getMidPack} from '@/api/requisition/basic'
|
|
|
|
|
|
export default {
|
|
|
name: 'requisition_add',
|
|
|
- dicts: ['sys_storage_condition', 'sys_conditions_carriage', 'sys_medicine', 'medical_instruments', 'curing_type', 'period_unit', 'expiry_date'],
|
|
|
+ dicts: ['sys_storage_condition', 'sys_conditions_carriage', 'sys_medicine', 'medical_instruments', 'curing_type', 'period_unit', 'expiry_date', 'abc_type'],
|
|
|
components: {
|
|
|
factory,
|
|
|
fourClass,
|
|
@@ -886,7 +956,8 @@ export default {
|
|
|
dose,
|
|
|
orgs,
|
|
|
depart,
|
|
|
- drug
|
|
|
+ drug,
|
|
|
+ midpack
|
|
|
},
|
|
|
props: ['pageStu', 'row', 'disable'],
|
|
|
model: {
|
|
@@ -905,9 +976,13 @@ export default {
|
|
|
doseOptions: [],
|
|
|
organizationsOptions: [],
|
|
|
departOptions: [],
|
|
|
+ midPackOptions: [],
|
|
|
tabValue: 'first',
|
|
|
isControl: true,
|
|
|
orgControl: true,
|
|
|
+ isStock: false,
|
|
|
+ isExp: false,
|
|
|
+ isOneClass: false,
|
|
|
basicForm: {
|
|
|
billCode: '',
|
|
|
orgId: '',
|
|
@@ -929,6 +1004,9 @@ export default {
|
|
|
registrant: '',
|
|
|
originPlace: '',
|
|
|
manufacturersMaterialName: '',
|
|
|
+ manufacturersMaterialCode: '',
|
|
|
+ classifyAbc: '',
|
|
|
+ rateCode: '',
|
|
|
isB2c: '2',
|
|
|
assembly: '2',
|
|
|
isInventoryStatus: '0',
|
|
@@ -967,6 +1045,8 @@ export default {
|
|
|
// 新增业务部门
|
|
|
businessDepartment: '',
|
|
|
isEnable: '',
|
|
|
+ safeStock: '',
|
|
|
+ mediumPackageUnitId: '',
|
|
|
remark: '',
|
|
|
// 物料申请单-单据信息
|
|
|
applyBillInfo: {
|
|
@@ -1012,6 +1092,8 @@ export default {
|
|
|
puPersonnelId: [{ required: true, message: '请选择采购员', trigger: 'change' }],
|
|
|
minBatchQty: [{required: true, message: '请输入最小批量', trigger: 'blur'}],
|
|
|
packExplain: [{required: true, message: '请输入包装说明', trigger: 'blur'}],
|
|
|
+ purchasingOrganization: [{ required: true, message: '请选择默认采购组织', trigger: 'change' }],
|
|
|
+ businessDepartment: [{ required: true, message: '请选择业务部门', trigger: 'change' }],
|
|
|
},
|
|
|
basicForm2: {
|
|
|
// 是否药品
|
|
@@ -1046,7 +1128,8 @@ export default {
|
|
|
selectData9: [],
|
|
|
selectData10: [],
|
|
|
selectData11: [],
|
|
|
- selectData12: []
|
|
|
+ selectData12: [],
|
|
|
+ selectData13: []
|
|
|
}
|
|
|
},
|
|
|
// watch: {
|
|
@@ -1080,7 +1163,14 @@ export default {
|
|
|
// alert('详情页面:')
|
|
|
console.log('页面状态',this.pageStu)
|
|
|
console.log('数据', this.row)
|
|
|
+ console.log('取VUEX里面的数据:', this.$store.state.user.name)
|
|
|
this.getDetails(this.row)
|
|
|
+ // 控制效期单位后面的是否可填写
|
|
|
+ if (this.row.expiryDateManagerment == '0') {
|
|
|
+ this.isExp = false
|
|
|
+ } else {
|
|
|
+ this.isExp = true
|
|
|
+ }
|
|
|
// 生产厂家代理人用于回显
|
|
|
if (this.row.manufacturerId) {
|
|
|
this.getFactoryDetails(this.row.manufacturerId)
|
|
@@ -1105,11 +1195,21 @@ export default {
|
|
|
if (this.row.businessLine) {
|
|
|
this.getLineDetails(this.row.businessLine)
|
|
|
}
|
|
|
+ // 中包装单位回显
|
|
|
+ if (this.row.mediumPackageUnitId) {
|
|
|
+ this.getMidPackDetails(this.row.mediumPackageUnitId)
|
|
|
+ }
|
|
|
} else if (this.pageStu == 'edit') {
|
|
|
// alert('修改页面')
|
|
|
console.log('页面状态',this.pageStu)
|
|
|
console.log('数据', this.row)
|
|
|
this.getDetails(this.row)
|
|
|
+ // 控制效期单位后面的是否可填写
|
|
|
+ if (this.row.expiryDateManagerment == '0') {
|
|
|
+ this.isExp = false
|
|
|
+ } else {
|
|
|
+ this.isExp = true
|
|
|
+ }
|
|
|
// 控制业务部门是否能够填写
|
|
|
if (this.row.purchasingOrganization) {
|
|
|
this.orgControl = false
|
|
@@ -1146,6 +1246,10 @@ export default {
|
|
|
if (this.row.businessLine) {
|
|
|
this.getLineDetails(this.row.businessLine)
|
|
|
}
|
|
|
+ // 中包装单位回显
|
|
|
+ if (this.row.mediumPackageUnitId) {
|
|
|
+ this.getMidPackDetails(this.row.mediumPackageUnitId)
|
|
|
+ }
|
|
|
} else if(this.pageStu == 'add') {
|
|
|
// alert('新增页面')
|
|
|
console.log('页面状态',this.pageStu)
|
|
@@ -1156,6 +1260,30 @@ export default {
|
|
|
console.log(tab, event);
|
|
|
console.log('页面状态',this.pageStu)
|
|
|
},
|
|
|
+ // 批号及库存状态管理控制效期管理
|
|
|
+ stockControl(val) {
|
|
|
+ if (val == 0) {
|
|
|
+ this.isStock = false
|
|
|
+ } else {
|
|
|
+ // 联动效期管理
|
|
|
+ this.basicForm.expiryDateManagerment = '2'
|
|
|
+ this.expCt(val)
|
|
|
+ this.isStock = true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ // 选择效期管理控制后面字段是否可填写
|
|
|
+ expCt(val) {
|
|
|
+ console.log('效期管理值:', val)
|
|
|
+ if (val == 0) {
|
|
|
+ this.isExp = false
|
|
|
+ } else {
|
|
|
+ this.basicForm.usefulLife = ''
|
|
|
+ this.basicForm.expiryUnitId = ''
|
|
|
+ this.basicForm.usefulLifeUnitId = ''
|
|
|
+ this.basicForm.recentWarningPeriod = ''
|
|
|
+ this.isExp = true
|
|
|
+ }
|
|
|
+ },
|
|
|
// 选择采购组织时控制业务部门
|
|
|
controlOrg(val) {
|
|
|
this.basicForm.businessDepartment = ''
|
|
@@ -1186,6 +1314,12 @@ export default {
|
|
|
this.basicForm.oneClass = res.data.oneClass
|
|
|
this.basicForm.twoClass = res.data.twoClass
|
|
|
this.basicForm.threeClass = res.data.threeClass
|
|
|
+ const classjudge = res.data.oneClass
|
|
|
+ if(classjudge == '介入耗材5' || classjudge == '骨科耗材2' || classjudge == '普通耗材3' || classjudge == '医用设备1' || classjudge == '体外诊断4') {
|
|
|
+ this.isOneClass = true
|
|
|
+ } else {
|
|
|
+ this.isOneClass = false
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -1268,6 +1402,14 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
+ // 中包装单位回显
|
|
|
+ getMidPackDetails(id) {
|
|
|
+ getMidPack({id: id}).then(res => {
|
|
|
+ if (res.code === 200) {
|
|
|
+ this.midPackOptions = res.data.tableBody
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
// 如果是详情进入,则调用详情接口
|
|
|
getDetails(row) {
|
|
|
getReqDetail(row.id).then(res => {
|
|
@@ -1306,6 +1448,9 @@ export default {
|
|
|
},
|
|
|
save() {
|
|
|
if(this.pageStu == 'edit') {
|
|
|
+ if(!this.basicForm.proposerId) {
|
|
|
+ this.basicForm.proposerId = this.$store.state.user.name
|
|
|
+ }
|
|
|
let sparams = {...this.basicForm, ...{status: 0}}
|
|
|
sparams.sysMaterialMedcineApply = this.basicForm2
|
|
|
sparams.sysMaterialMedcineItemApply = this.sysMaterialMedcineItemApply
|
|
@@ -1325,6 +1470,9 @@ export default {
|
|
|
})
|
|
|
} else {
|
|
|
// alert('保存传status:0')
|
|
|
+ if(!this.basicForm.proposerId) {
|
|
|
+ this.basicForm.proposerId = this.$store.state.user.name
|
|
|
+ }
|
|
|
let sparams = {...this.basicForm, ...{status: 0}}
|
|
|
sparams.sysMaterialMedcineApply = this.basicForm2
|
|
|
sparams.sysMaterialMedcineItemApply = this.sysMaterialMedcineItemApply
|
|
@@ -1346,21 +1494,32 @@ export default {
|
|
|
},
|
|
|
submit() {
|
|
|
// alert('提交传status:1')
|
|
|
+ if(!this.basicForm.proposerId) {
|
|
|
+ this.basicForm.proposerId = this.$store.state.user.name
|
|
|
+ }
|
|
|
let sparams = {...this.basicForm, ...{status: 1}}
|
|
|
sparams.sysMaterialMedcineApply = this.basicForm2
|
|
|
sparams.sysMaterialMedcineItemApply = this.sysMaterialMedcineItemApply
|
|
|
console.log('提交参数', sparams)
|
|
|
this.$refs['basic'].validate((valid) => {
|
|
|
if(valid) {
|
|
|
- editReq(sparams).then(res => {
|
|
|
- if(res.code === 200) {
|
|
|
- this.$message({
|
|
|
- message: res.msg,
|
|
|
- type: 'success'
|
|
|
- });
|
|
|
- this.back()
|
|
|
- }
|
|
|
- })
|
|
|
+ // 提交时候要维护物料类别
|
|
|
+ if (this.sysMaterialMedcineItemApply.length !== 0) {
|
|
|
+ editReq(sparams).then(res => {
|
|
|
+ if(res.code === 200) {
|
|
|
+ this.$message({
|
|
|
+ message: res.msg,
|
|
|
+ type: 'success'
|
|
|
+ });
|
|
|
+ this.back()
|
|
|
+ }
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ this.$message({
|
|
|
+ message: '请维护物料类别后再提交',
|
|
|
+ type: 'warning'
|
|
|
+ });
|
|
|
+ }
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -1540,6 +1699,19 @@ export default {
|
|
|
chooseDrug () {
|
|
|
this.$refs.drug.init()
|
|
|
},
|
|
|
+ // 选择中包装单位
|
|
|
+ acceptMidpack (selections) {
|
|
|
+ console.log('接收到的中包装单位', selections)
|
|
|
+ this.midPackOptions = selections
|
|
|
+ console.log('绑定的数组',this.midPackOptions)
|
|
|
+ this.basicForm.mediumPackageUnitId = selections[0].id
|
|
|
+ this.getMidPackDetails(selections[0].id)
|
|
|
+ },
|
|
|
+ // 中包装单位显示列表
|
|
|
+ chooseMidpack () {
|
|
|
+ this.$refs.midpacks.blur()
|
|
|
+ this.$refs.midpack.init()
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</script>
|