From c4ff355d1e9951b8eac96b287aa1b00f6b8b2ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Wed, 30 Apr 2025 14:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E7=89=88=EF=BC=9A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=A4=87=E4=BB=B6=E6=89=B9=E9=87=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 22 +----- src/api/model/setup.js | 7 ++ .../setting/partsMag/components/library.vue | 14 +++- .../setting/partsMag/finalStatusSave.vue | 74 +++++++++++++++++++ 4 files changed, 95 insertions(+), 22 deletions(-) create mode 100644 src/views/setting/partsMag/finalStatusSave.vue diff --git a/LICENSE b/LICENSE index f7c1e1f..518cdea 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1 @@ -MIT License - -Copyright (c) 2021 sakuya - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +
供应商名称
送货单
送货日期:2025-04-28
客户名称:客户名称 采购单编号:示例数据
发往地址:地址详情
联系人: 电话:联系电话
序号 | 产品/品牌 | 规格/型号 | 单位 | 数量 | 单价(含税) | 小计 | 备注 |
|---|---|---|---|---|---|---|---|
1 | 产品名称 | 品牌 | 规格 | 型号 | 单位 | 1 | 100 | 100 | |
2 | 产品名称 | 品牌 | 规格 | 型号 | 单位 | 1 | 100 | 100 | |
大写金额合计:(大写)人民币贰佰元整 | ¥200.00 | ||||||
审核人: 审核人
收货人:
第一联:仓库 (白) 第二联:客户(红) 第三联:财务 (黄)
\ No newline at end of file diff --git a/src/api/model/setup.js b/src/api/model/setup.js index 3f24bd7..5d87b16 100644 --- a/src/api/model/setup.js +++ b/src/api/model/setup.js @@ -285,6 +285,13 @@ export default { return await http.post(this.url, data); }, }, + partsStatus:{ + url: `${config.API_URL}/spare.parts.edit.status`, + name: "批量编辑备件最终状态", + post: async function (data) { + return await http.post(this.url, data); + }, + }, import:{ url: `${config.API_URL}/spare.parts.failure.rate.batch.import`, name: "备件故障导入", diff --git a/src/views/setting/partsMag/components/library.vue b/src/views/setting/partsMag/components/library.vue index b2af253..2467c5a 100644 --- a/src/views/setting/partsMag/components/library.vue +++ b/src/views/setting/partsMag/components/library.vue @@ -4,6 +4,7 @@