From e9545c678406a786be00ec5fd2a14ecb3b6966c4 Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Thu, 26 Dec 2024 20:24:51 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E9=94=80=E5=94=AE=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E3=80=81=E4=B8=9A=E5=8A=A1=E7=BB=8F=E7=90=86=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E3=80=81=E6=80=BB=E5=8A=A9=E5=AE=A1=E6=A0=B8=E7=89=A9?= =?UTF-8?q?=E6=96=99=E4=BF=A1=E6=81=AF=E5=A4=87=E6=B3=A8=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/salesOrder/add.html | 2 +- .../resources/templates/system/salesOrder/taskYwjlVerify.html | 2 +- .../resources/templates/system/salesOrder/taskZozjVerify.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html index 9caa3d90..1320db08 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html @@ -461,7 +461,7 @@ }, format: function (value, row, index) { return value + "天数";} }, - {field: 'remark',align: 'center',title: '备注',}, + {field: 'remark',align: 'center',title: '备注',visible: false,}, {title: '操作', align: 'center', formatter: function (value, row, index) { diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html index 3eddc232..624d839f 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html @@ -389,7 +389,7 @@ { title: '计划交付时间',field: 'deliveryTime',align: 'center' }, {title: '质保天数',align: 'center',field: 'expiryDay', }, - {field: 'remark',align: 'center',title: '备注',}, + {field: 'remark',align: 'center',title: '备注',visible: false,}, {field: 'auditStatus',align: 'center',title: '审核状态',visible: false, formatter: function(value, row, index) { return $.table.selectDictLabel(auditStatusDatas, value); diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html index c79cc9df..3e0b5539 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html @@ -389,7 +389,7 @@ { title: '计划交付时间',field: 'deliveryTime',align: 'center' }, {title: '质保天数',align: 'center',field: 'expiryDay', }, - {field: 'remark',align: 'center',title: '备注',}, + {field: 'remark',align: 'center',title: '备注',visible: false,}, {field: 'auditStatus',align: 'center',title: '审核状态',visible: false, formatter: function(value, row, index) { return $.table.selectDictLabel(auditStatusDatas, value);