From b945b8ba04031923371e32446f5ed86423c0a9fe Mon Sep 17 00:00:00 2001 From: zhaoy <137053305@qq.com> Date: Sun, 7 Apr 2024 10:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/proxy.js | 4 +- .../basic/batching/components/CreateForm.jsx | 147 +----------------- 2 files changed, 10 insertions(+), 141 deletions(-) diff --git a/config/proxy.js b/config/proxy.js index 3a7b741..125bb76 100644 --- a/config/proxy.js +++ b/config/proxy.js @@ -9,7 +9,7 @@ export default { dev: { '/kitchbase/': { - target: 'http://192.168.1.19:5006/', + target: 'http://localhost:5006/', changeOrigin: true, secure: false, //关闭证书验证 pathRewrite: { @@ -17,7 +17,7 @@ }, }, '/kitchorder/': { - target: 'http://192.168.1.19:5007', + target: 'http://localhost:5007', changeOrigin: true, secure: false, //关闭证书验证 pathRewrite: { diff --git a/src/pages/database/basic/batching/components/CreateForm.jsx b/src/pages/database/basic/batching/components/CreateForm.jsx index e7907e5..85faca2 100644 --- a/src/pages/database/basic/batching/components/CreateForm.jsx +++ b/src/pages/database/basic/batching/components/CreateForm.jsx @@ -207,67 +207,8 @@ const CreateForm = (props) => { placeholder="请输入原料名称" /> - {/* - - */} - - {/* - - - - - - - - - - */} + @@ -359,85 +300,13 @@ const CreateForm = (props) => { options={itemsuity} /> - {/* - itemsuity} - placeholder="请选择出库单位" - /> - */} - {/* - - */} - {/* - - */} - {/* - - */} - - {/* - ({ - id: Date.now(), - }), - }} - editable={{ - type: 'multiple', - editableKeys, - onChange: setEditableRowKeys, - actionRender: (row, _, dom) => { - return [dom.delete]; - }, - }} - /> - */} + + {/* + + + + + */} );