From cbc7ce972b1f90186b854ef776db75349a2ff65b Mon Sep 17 00:00:00 2001 From: "HDM58\\hdm58" Date: Wed, 20 Sep 2023 09:21:01 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BC=98=E5=8C=96=E5=90=88=E5=90=8C?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E9=80=89=E6=8B=A9=EF=BC=8C=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=90=88=E5=90=8C=E6=97=A5=E6=9C=9F=E8=8C=83=E5=9B=B4=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=97=B6=E7=9A=84=E5=8C=BA=E9=97=B4=E8=81=94=E5=8A=A8?= =?UTF-8?q?=E6=A0=87=E6=B3=A8=E6=A8=A1=E5=BC=8F=202=E3=80=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E6=96=B0=E5=A2=9E=E8=AF=A6=E6=83=85=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=8C=E6=96=B9=E4=BE=BF=E6=9C=AA=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E7=9A=84=E5=90=88=E5=90=8C=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=B9=B6=E5=8E=BB=E6=8F=90=E4=BA=A4=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/contract/view/index/add.html | 3 +-- app/contract/view/index/edit.html | 3 +-- app/contract/view/index/index.html | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/contract/view/index/add.html b/app/contract/view/index/add.html index e4d11e0..a5d0e61 100644 --- a/app/contract/view/index/add.html +++ b/app/contract/view/index/add.html @@ -184,8 +184,7 @@ //日期范围 laydate.render({ elem: '#barDate', - range: ['#start_time', '#end_time'], - rangeLinked:true + range: ['#start_time', '#end_time'] }); //相关附件上传 diff --git a/app/contract/view/index/edit.html b/app/contract/view/index/edit.html index 6c05a6d..d556bca 100644 --- a/app/contract/view/index/edit.html +++ b/app/contract/view/index/edit.html @@ -181,8 +181,7 @@ //日期范围 laydate.render({ elem: '#barDate', - range: ['#start_time', '#end_time'], - rangeLinked:true + range: ['#start_time', '#end_time'] }); //相关附件上传 diff --git a/app/contract/view/index/index.html b/app/contract/view/index/index.html index 3becda4..659cba0 100644 --- a/app/contract/view/index/index.html +++ b/app/contract/view/index/index.html @@ -139,7 +139,7 @@ field: 'right', fixed:'right', title: '操作', - width: 100, + width: 120, align: 'center', templet: function (d) { var html = '
'; @@ -147,7 +147,7 @@ var btn1='编辑'; var btn2='删除'; if(d.check_status==0 || d.check_status==4){ - return html+btn1+btn2+'
'; + return html+btn0+btn1+btn2+''; } else{ return btn0;