From 4f243ad1437c44d3287f6186f5e726656ba68f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=99=93=E8=BF=AA?= <2596750866@qq.com> Date: Mon, 13 Jan 2025 16:03:21 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E9=94=80=E5=94=AE=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95=E6=B7=BB=E5=8A=A0=E3=80=81?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E3=80=81=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=AD=90=E8=A1=A8=EF=BC=8C=E5=8E=BB=E9=99=A4=E5=AF=B9=E5=A4=96?= =?UTF-8?q?=E5=94=AE=E4=BB=B7=E5=AD=97=E6=AE=B5=EF=BC=9B=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=90=84=E5=AE=A1=E6=89=B9=E9=A1=B5=E9=9D=A2=E5=92=8C?= =?UTF-8?q?=E9=A9=B3=E5=9B=9E=E8=B0=83=E6=95=B4=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=AF=B9=E5=A4=96=E5=94=AE=E4=BB=B7=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/salesOrder/add.html | 2 +- .../templates/system/salesOrder/detail.html | 2 +- .../templates/system/salesOrder/edit.html | 20 +++++++++---------- .../system/salesOrder/taskModifyApply.html | 2 +- .../system/salesOrder/taskYwjlVerify.html | 2 +- .../system/salesOrder/taskYwzgVerify.html | 2 +- .../system/salesOrder/taskZozjVerify.html | 2 +- 7 files changed, 16 insertions(+), 16 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 a8a6bef5..d7b9a10e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html @@ -353,7 +353,7 @@ { title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}}, { title: '入库部门',field: 'warehouseDept',align: 'center',visible: false}, {title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}}, - { title: '对外售价',field: 'materialSole',align: 'center',}, + // { title: '对外售价',field: 'materialSole',align: 'center',}, { title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, { title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, // { title: '最新报价历史',align: 'center', diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html index 2d07e909..4fb13bb4 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html @@ -356,7 +356,7 @@ {title: '品牌',field: 'brand',align: 'center'}, { title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}}, {title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}}, - { title: '对外售价',field: 'materialSole'}, + // { title: '对外售价',field: 'materialSole'}, { title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, { title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, // { title: '最新报价历史',align: 'center', diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html index cc6c4a25..72982773 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html @@ -390,16 +390,16 @@ return $.table.selectDictLabel(warehouseDeptDatas, value); } }, - { title: '对外售价',field: 'materialSole', - editable: { - type: 'text', - mode: 'inline', // 设定为行内编辑模式 - options: { - placeholder: '请输入对外售价...', - maxlength: 10 - } - } - }, + // { title: '对外售价',field: 'materialSole', + // editable: { + // type: 'text', + // mode: 'inline', // 设定为行内编辑模式 + // options: { + // placeholder: '请输入对外售价...', + // maxlength: 10 + // } + // } + // }, {title: '国内税率',field: 'countTax',align: 'center', editable: { type: 'text', diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html index d781de36..fdc662f6 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html @@ -372,7 +372,7 @@ return $.table.selectDictLabel(processMethodDatas, value); } }, - { title: '对外售价',field: 'materialSole',editable: true}, + // { title: '对外售价',field: 'materialSole',editable: true}, { title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, { title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, // { title: '最新报价历史',align: 'center', 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 12da5c57..0661183f 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html @@ -356,7 +356,7 @@ {title: '品牌',field: 'brand',align: 'center'}, { title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}}, {title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}}, - { title: '对外售价',field: 'materialSole'}, + // { title: '对外售价',field: 'materialSole'}, { title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, { title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, // { title: '最新报价历史',align: 'center', diff --git a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html index 7605beb6..46a00a9b 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html @@ -355,7 +355,7 @@ {title: '品牌',field: 'brand',align: 'center'}, { title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}}, {title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}}, - { title: '对外售价',field: 'materialSole'}, + // { title: '对外售价',field: 'materialSole'}, { title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, { title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, // { title: '最新报价历史',align: 'center', 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 f839aeca..da82eff4 100644 --- a/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html +++ b/ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html @@ -356,7 +356,7 @@ {title: '品牌',field: 'brand',align: 'center'}, { title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}}, {title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}}, - { title: '对外售价',field: 'materialSole'}, + // { title: '对外售价',field: 'materialSole'}, { title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',}, { title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',}, // { title: '最新报价历史',align: 'center',