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 @@