|
@@ -1,109 +1,472 @@
|
|
define(function (require) {
|
|
define(function (require) {
|
|
- return function (context) {
|
|
|
|
-
|
|
|
|
- var $dlg, $form;
|
|
|
|
-
|
|
|
|
- return {
|
|
|
|
- xtype: 'dialog',
|
|
|
|
- dialogId: 'dialogLiaodan',
|
|
|
|
- title: '用户名信息',
|
|
|
|
- width: 650,
|
|
|
|
- height: 350,
|
|
|
|
- onOpen: function () {
|
|
|
|
- loadingMask: false,
|
|
|
|
- $dlg = $(this);
|
|
|
|
- if (context.isEdit) {
|
|
|
|
- $.yvan.ajax({
|
|
|
|
- type: 'GET',
|
|
|
|
- url: api('/home/getRibaoDetail'),
|
|
|
|
- data: {
|
|
|
|
- reportId: context.reportId
|
|
|
|
- },
|
|
|
|
- success: function (data) {
|
|
|
|
- // $dlg.find('form');
|
|
|
|
- // $form.formSet(data.data);
|
|
|
|
|
|
+ return function (context) {
|
|
|
|
+
|
|
|
|
+ var $dlg, $form, $s1, $s2;
|
|
|
|
+
|
|
|
|
+ //
|
|
|
|
+ function queryGrid1() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "男"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "女"
|
|
|
|
+ });
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
}
|
|
}
|
|
- });
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- center: {
|
|
|
|
- items: {
|
|
|
|
- onRender: function () {
|
|
|
|
- $grid = $(this);
|
|
|
|
- queryGrid1();
|
|
|
|
- },
|
|
|
|
- xtype: 'grid',
|
|
|
|
- idField: "reportId",
|
|
|
|
- pagination: false,
|
|
|
|
- toolbar: {
|
|
|
|
- xtype: 'div',
|
|
|
|
- items: [
|
|
|
|
- // queryToolbar,
|
|
|
|
- // queryForm,
|
|
|
|
- // gridToolbar
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- columns: [[
|
|
|
|
- {title: '账号ID', field: 'reportId', hidden: true},
|
|
|
|
- {title: '上报日期', field: 'reportDate'},
|
|
|
|
- {
|
|
|
|
- title: '上报状态', field: 'reportStatus', formatter: function (value) {
|
|
|
|
- if (value == 0)
|
|
|
|
- return "未上报";
|
|
|
|
- else
|
|
|
|
- return "<span style='color:green'>已上报</span>";
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- title: '异常状态', field: 'msStatus', formatter: function (value) {
|
|
|
|
- if (value == 1)
|
|
|
|
- return "<span style='color:green'>正常</span>";
|
|
|
|
- if (value == 2)
|
|
|
|
- return "<span style='color:red'>异常</span>";
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {title: '居家人数', field: 'safetyNum'},
|
|
|
|
- {title: '确诊人数', field: 'sureNum'},
|
|
|
|
- {title: '疑似人数', field: 'suspectedNum'},
|
|
|
|
- {title: '正常人数', field: 'normalNum'},
|
|
|
|
- {title: '隔离人数', field: 'singleNum'},
|
|
|
|
- {title: '新增人', field: 'userCreateName'},
|
|
|
|
- {title: '新增时间', field: 'timeCreate', formatter: 'ts'},
|
|
|
|
- {title: '更新人', field: 'userUpdateName'},
|
|
|
|
- {title: '更新时间', field: 'timeUpdate', formatter: 'ts'}
|
|
|
|
- ]]
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- buttons: [
|
|
|
|
- {
|
|
|
|
- text: "提交", iconCls: "fa fa-save", onClick: function () {
|
|
|
|
- var userId = $form.formGet().userId;
|
|
|
|
- var deptId = $form.formGet().deptId;
|
|
|
|
- if (('' == userId || null == userId || undefined == userId) && ('' == deptId || null == deptId || undefined == deptId)) {
|
|
|
|
- $.yvan.msg('帐号必须关联一个人员或者部门');
|
|
|
|
- return;
|
|
|
|
|
|
+ function queryGrid3() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 0,
|
|
|
|
+ "text": "无"
|
|
|
|
+ },{
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "确诊"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "疑似"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "有接触史"
|
|
|
|
+ },{
|
|
|
|
+ "id": 4,
|
|
|
|
+ "text": "解除隔离"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid4() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 0,
|
|
|
|
+ "text": "无咳嗽"
|
|
|
|
+ },{
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "偶有短暂咳嗽"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "咳嗽轻度影响生活"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "咳嗽严重影响生活"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid5() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 0,
|
|
|
|
+ "text": "无"
|
|
|
|
+ },{
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "按压有"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "偶尔"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "持续有"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid6() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 0,
|
|
|
|
+ "text": "无"
|
|
|
|
+ },{
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "急走或上坡气短"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "气短而走路变慢"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "走路数分钟后气短"
|
|
|
|
+ },{
|
|
|
|
+ "id": 4,
|
|
|
|
+ "text": "气短无法离开房间"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid7() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 0,
|
|
|
|
+ "text": "无"
|
|
|
|
+ },{
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "体力劳动后不能恢复"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "轻体力活非常累"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "不能正常生活"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid8() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 0,
|
|
|
|
+ "text": "无"
|
|
|
|
+ },{
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "轻度腹泻少于于3次"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "中度腹泻4-6次"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "重度腹泻超过6次"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid9() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "武汉市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "宜昌市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "当阳市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 4,
|
|
|
|
+ "text": "其它地点"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid10() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "武汉市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "宜昌市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "当阳市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 4,
|
|
|
|
+ "text": "其它地点"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid11() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "武汉市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "宜昌市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "当阳市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 4,
|
|
|
|
+ "text": "其它地点"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid12() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "武汉市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "宜昌市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "当阳市"
|
|
|
|
+ },{
|
|
|
|
+ "id": 4,
|
|
|
|
+ "text": "其它地点"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid13() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 0,
|
|
|
|
+ "text": "否"
|
|
|
|
+ },{
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "是"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+ function queryGrid14() {
|
|
|
|
+ var _datas2 = [];
|
|
|
|
+ _datas2.push({
|
|
|
|
+ "id": 1,
|
|
|
|
+ "text": "长途汽车"
|
|
|
|
+ },{
|
|
|
|
+ "id": 2,
|
|
|
|
+ "text": "火车"
|
|
|
|
+ },{
|
|
|
|
+ "id": 3,
|
|
|
|
+ "text": "飞机"
|
|
|
|
+ })
|
|
|
|
+
|
|
|
|
+ return _datas2;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ return {
|
|
|
|
+ xtype: 'dialog',
|
|
|
|
+ dialogId: 'dialogOutsideXzId',
|
|
|
|
+ title:'修改',
|
|
|
|
+ width: 420,
|
|
|
|
+ height: 460,
|
|
|
|
+ onOpen: function () {
|
|
|
|
+ $dlg = $(this);
|
|
|
|
+ },
|
|
|
|
+ center: {
|
|
|
|
+ items: {
|
|
|
|
+ xtype: 'formgroup',
|
|
|
|
+ //字数过多加上后可让字显示出来
|
|
|
|
+ subLabelWidth: '100',
|
|
|
|
+ subControlWidth: '200',
|
|
|
|
+ onRender: function () {
|
|
|
|
+ $form = $(this);
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ items: [
|
|
|
|
+ [
|
|
|
|
+ [{
|
|
|
|
+ name: 'suspectedId',
|
|
|
|
+ label: '疑似id',
|
|
|
|
+ labelWidth: 150, required: true,
|
|
|
|
+ width: 350,
|
|
|
|
+ xtype: "hidden",
|
|
|
|
+ value: context.row.suspectedId,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'userName',
|
|
|
|
+ label: '姓名',
|
|
|
|
+ labelWidth: 150,
|
|
|
|
+ width: 350,
|
|
|
|
+ required: true,
|
|
|
|
+ value: context.row.userName
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'grender',
|
|
|
|
+ label: '性别',
|
|
|
|
+ labelWidth: 150,
|
|
|
|
+ width: 350,
|
|
|
|
+ required: true,
|
|
|
|
+ data: queryGrid1(),
|
|
|
|
+ xtype: 'yvselect',
|
|
|
|
+ value:context.row.grender
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'age',
|
|
|
|
+ label: '岁数',
|
|
|
|
+ labelWidth: 150,
|
|
|
|
+ required: true,
|
|
|
|
+ width: 350,
|
|
|
|
+ value: context.row.age
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'familyStatus',
|
|
|
|
+ label: '基本情况',
|
|
|
|
+ labelWidth: 150,
|
|
|
|
+ width: 350, required: true,
|
|
|
|
+ value: context.row.familyStatus,
|
|
|
|
+
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ label: '新冠肺炎',
|
|
|
|
+ name: 'medical',
|
|
|
|
+ labelWidth: 150,
|
|
|
|
+ width: 350,
|
|
|
|
+ xtype: 'yvselect',
|
|
|
|
+ required: true,
|
|
|
|
+ data: queryGrid3(),
|
|
|
|
+ value:context.row.medical
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'temperature',
|
|
|
|
+ label: "体温",
|
|
|
|
+ labelWidth: 150,
|
|
|
|
+ width: 350,required: true,
|
|
|
|
+ data: queryGrid3(),
|
|
|
|
+ value:context.row.temperature
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'cough',
|
|
|
|
+ label: "咳嗽现象",
|
|
|
|
+ xtype: 'yvselect',
|
|
|
|
+ labelWidth: 150, required: true,
|
|
|
|
+ data: queryGrid4(),
|
|
|
|
+ width: 350,
|
|
|
|
+ value:context.row.cough
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'muscle',
|
|
|
|
+ label: '肌肉酸疼',
|
|
|
|
+ labelWidth: 150,
|
|
|
|
+ width: 350,
|
|
|
|
+ maxlength: 10,
|
|
|
|
+ xtype: 'yvselect', required: true,
|
|
|
|
+ data: queryGrid5(),
|
|
|
|
+ value:context.row.muscle
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'dyspnea',
|
|
|
|
+ label: '呼吸困难', labelWidth: 150,width: 350,
|
|
|
|
+ xtype: 'yvselect',
|
|
|
|
+ data: queryGrid6(),
|
|
|
|
+ required: true, value:context.row.dyspnea,
|
|
|
|
+
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'fatigue',
|
|
|
|
+ label: '乏力现象',
|
|
|
|
+ xtype: 'yvselect',
|
|
|
|
+ data: queryGrid7(),
|
|
|
|
+ labelWidth: 150, width: 350, required: true,
|
|
|
|
+ value:context.row.fatigue
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'diarrhea',
|
|
|
|
+ label: '腹泻现象',
|
|
|
|
+ xtype: 'yvselect',
|
|
|
|
+ data: queryGrid8(),
|
|
|
|
+ labelWidth: 150, width: 350, required: true,
|
|
|
|
+ value:context.row.diarrhea
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'others',
|
|
|
|
+ label: '其它描述', labelWidth: 150, width: 350, height: '70px',
|
|
|
|
+ required: true, value:context.row.others,
|
|
|
|
+ maxlength: 200, validType: 'isBlank'
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'workLocal',
|
|
|
|
+ label: '工作驻地', labelWidth: 150, width: 350, xtype: 'yvselect',
|
|
|
|
+ data: queryGrid9(),
|
|
|
|
+ required: true, value:context.row.workLocal,
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'workLocalOther',
|
|
|
|
+ label: '工作驻地', labelWidth: 150, width: 350,
|
|
|
|
+ value:context.row.workLocalOther,
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'todayLocal',
|
|
|
|
+ label: '今晚驻地', labelWidth: 150, width: 350,
|
|
|
|
+ required: true, value:context.row.todayLocal,xtype: 'yvselect',
|
|
|
|
+ data: queryGrid10(),
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'todayLocalOther',
|
|
|
|
+ label: '今晚驻地', labelWidth: 150, width: 350,
|
|
|
|
+ value:context.row.todayLocalOther,
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'isTrip',
|
|
|
|
+ label: '是否出行', labelWidth: 150, width: 350,
|
|
|
|
+ required: true, value:context.row.isTrip,xtype: 'yvselect',
|
|
|
|
+ data: queryGrid13(),
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'startLocal',
|
|
|
|
+ label: '出发地', labelWidth: 150, width: 350,
|
|
|
|
+ value:context.row.startLocal,xtype: 'yvselect',
|
|
|
|
+ data: queryGrid11(),
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'startLocalOther',
|
|
|
|
+ label: '出发地', labelWidth: 150, width: 350,
|
|
|
|
+ value:context.row.startLocalOther,
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'endLocal',
|
|
|
|
+ label: '目的地', labelWidth: 150, width: 350,
|
|
|
|
+ value:context.row.endLocal,xtype: 'yvselect',
|
|
|
|
+ data: queryGrid12(),
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'endLocalOther',
|
|
|
|
+ label: '目的地', labelWidth: 150, width: 350,
|
|
|
|
+ value:context.row.endLocalOther
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'tripType',
|
|
|
|
+ label: '出行方式', labelWidth: 150, width: 350,
|
|
|
|
+ value:context.row.tripType,xtype: 'yvselect',
|
|
|
|
+ data: queryGrid14(),
|
|
|
|
+ }],
|
|
|
|
+ [{
|
|
|
|
+ name: 'tripTypeDesp',
|
|
|
|
+ label: '车次/车牌号/航班', labelWidth: 150, width: 350,
|
|
|
|
+ value:context.row.tripTypeDesp,
|
|
|
|
+ }],
|
|
|
|
+ ]
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ buttons:
|
|
|
|
+ [
|
|
|
|
+ {
|
|
|
|
+ text: "保存", iconCls: "fa fa-save", onClick: function () {
|
|
|
|
+ var formFirst = $form.formGet();
|
|
|
|
+
|
|
|
|
+ $.yvan.postForm($form, {
|
|
|
|
+ url: api('/home/addRibaoTripxq'),
|
|
|
|
+ success: function () {
|
|
|
|
+ $.yvan.msg('操作成功');
|
|
|
|
+ $dlg.window('close');
|
|
|
|
+ if ($.type(context.confirm) === 'function') {
|
|
|
|
+ context.confirm();
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ /* $.ajax({
|
|
|
|
+ url: "/home/addRibaoTrip",
|
|
|
|
+ type: "post",
|
|
|
|
+ contentType: "application/json; charset=utf-8",
|
|
|
|
+ data: JSON.stringify(formFirst),
|
|
|
|
+ success: function (data) {
|
|
|
|
+ $.yvan.msg('操作成功');
|
|
|
|
+ $dlg.window('close');
|
|
|
|
+ if ($.type(context.confirm) === 'function') {
|
|
|
|
+ context.confirm();
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ });*/
|
|
|
|
+ }
|
|
|
|
+ }, {
|
|
|
|
+ text: "关闭", iconCls: "fa fa-times", onClick: function () {
|
|
|
|
+ $dlg.dialog('close');
|
|
|
|
+ if ($.type(context.confirm) === 'function') {
|
|
|
|
+ context.confirm();
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }]
|
|
}
|
|
}
|
|
- $.yvan.postForm($form, {
|
|
|
|
- url: (context.isEdit ? api('/sys/account/update') : api('/sys/account/insert')),
|
|
|
|
- success: function () {
|
|
|
|
- $.yvan.msg('操作成功');
|
|
|
|
- if (context.isEdit) {
|
|
|
|
- $dlg.window('close');
|
|
|
|
- }
|
|
|
|
- if ($.type(context.confirm) === 'function') {
|
|
|
|
- context.confirm();
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- error: function (data) {
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
- }
|
|
|
|
- }, {
|
|
|
|
- text: "关闭", iconCls: "fa fa-times", onClick: function () {
|
|
|
|
- $dlg.dialog('close');
|
|
|
|
- }
|
|
|
|
|
|
+ ;
|
|
}
|
|
}
|
|
- ]
|
|
|
|
- };
|
|
|
|
- };
|
|
|
|
-});
|
|
|
|
|
|
+ ;
|
|
|
|
+ }
|
|
|
|
+);
|