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);