diff --git a/src/api/Inventory/InboundCard.js b/src/api/Inventory/InboundCard.js index 7d900b77..6bd7ba98 100644 --- a/src/api/Inventory/InboundCard.js +++ b/src/api/Inventory/InboundCard.js @@ -80,7 +80,18 @@ export function addInboundCard(data1, data2, data3, data4, data5, data6, data7, } }) } - +// 入库单删除 +export function deleteInboundCard(data1) { + return request({ + url: '', + method: 'post', + data: { + type: '2', + name: '库存管理_采购入库单_入库单删除', + param: '采购入库单流水号=' + data1 + } + }) +} // 入库单修改 export function editInboundCard(data0, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11) { return request({ diff --git a/src/views/Inventory/DirectPart/index.vue b/src/views/Inventory/DirectPart/index.vue index 33df0fd7..f2a68644 100644 --- a/src/views/Inventory/DirectPart/index.vue +++ b/src/views/Inventory/DirectPart/index.vue @@ -109,14 +109,14 @@ {{ scope.row.项目名称 }} - + - + @@ -124,9 +124,9 @@ {{ scope.row.采购合同编号 }} - + @@ -154,7 +154,7 @@ - + - + { + addDirectPart(this.form.DirectNumber, this.purchaseContractNumber, this.PeopleNumber, this.form.getPeople, this.form.DirectNumber, this.teamPart, this.teamBasicPart, this.projectNumber, this.machineNumber, this.teamNumber, this.materialName, this.form.DirectNote, this.materialtype, this.materialMode, this.partPicture).then(response => { if (response.data[0].result === '1') { this.$notify({ title: '成功', diff --git a/src/views/Inventory/InboundCard/index.vue b/src/views/Inventory/InboundCard/index.vue index 8067448c..9c883c3e 100644 --- a/src/views/Inventory/InboundCard/index.vue +++ b/src/views/Inventory/InboundCard/index.vue @@ -169,8 +169,9 @@ 查询 创建 - 选入 - 导出 + 选入 + + - + @@ -229,17 +230,17 @@ {{ scope.row.姓名 }} - + - + - + @@ -251,9 +252,9 @@ @@ -432,123 +433,197 @@ 打印 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +