diff --git a/src/api/Inventory/InboundCard.js b/src/api/Inventory/InboundCard.js
index a57066c3..2cd878de 100644
--- a/src/api/Inventory/InboundCard.js
+++ b/src/api/Inventory/InboundCard.js
@@ -45,3 +45,66 @@ export function searchShopInbound(data1, data2, data3) {
}
})
}
+// 入库单查询
+export function searchInboundCard(data1, data2) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: '库存管理_采购入库单_入库单查询',
+ param: '入库单号_check=' + data1 + '&入库单号=' + data2
+ }
+ })
+}
+// 入库单增加
+export function addInboundCard(data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: '库存管理_采购入库单_入库单增加',
+ param: '入库日期=' + data1 + '&仓库流水号=' + data2 + '&合同流水号=' + data3 + '&到货单号=' + data4 + '&业务员=' + data5 + '&业务号=' + data6 + '&到货日期=' + data7 + '&业务类型=' + data8 + '&采购类型=' + data9 + '&入库类别=' + data10 + '&备注=' + data11
+ }
+ })
+}
+
+// 库存角色查询
+export function searchAffairPeople(data1) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: '库存管理_人员查询_库存部门',
+ param: '角色编号=' + data1
+ }
+ })
+}
+
+// 入库单明细查询
+export function searchInboundCardDetail(data1) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: '库存管理_采购入库单_入库单明细_查询数据',
+ param: '采购入库单流水号=' + data1
+ }
+ })
+}
+// 入库单明细增加
+export function addInboundCardDetail(data1, data2, data3, data4, data5, data6, data7) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '2',
+ name: '库存管理_采购入库单_批量增加入库单明细',
+ param: '采购入库单流水号=' + data1 + '&名称组=' + data2 + '&型号组=' + data3 + '&规格组=' + data4 + '&图号组=' + data5 + '&数量组=' + data6 + '&本币单价组=' + data7
+ }
+ })
+}
+
diff --git a/src/views/Inventory/InboundCard/index.vue b/src/views/Inventory/InboundCard/index.vue
index 067f423c..b5a51ec3 100644
--- a/src/views/Inventory/InboundCard/index.vue
+++ b/src/views/Inventory/InboundCard/index.vue
@@ -37,7 +37,86 @@
size="mini"
border
style="width: 100%;"
- height="400">
+ height="400"
+ @selection-change="handleSelectionChange">
+
+
+
+
+ {{ scope.row.物料名称 }}
+
+
+
+
+ {{ scope.row.物料型号 }}
+
+
+
+
+ {{ scope.row.实际到货数量 }}
+
+
+
+
+ {{ scope.row.单价 }}
+
+
+
+
+ {{ scope.row.单价 * scope.row.实际到货数量 }}
+
+
+
+
+ 选入
+
+
+
+
+
+
+
+ 采购合同编号:
+
+
+
+ 入库日期
+
+ 仓库:
+
+
+
+ 查询
+ 导出
+
+
+
+
- 配置管理
+
+ 入库单编号
+
+ 查询
+ 创建
+ 选入
+ 导出
+
+
+
+
+ {{ scope.row.入库单号 }}
+
+
+
+
+ {{ scope.row.入库日期 }}
+
+
+
+
+ {{ scope.row.仓库名称 }}
+
+
+
+
+ {{ scope.row.采购合同编号 }}
+
+
+
+
+ {{ scope.row.到货单号 }}
+
+
+
+
+ {{ scope.row.业务号 }}
+
+
+
+
+ {{ scope.row.供应商名称 }}
+
+
+
+
+ {{ scope.row.姓名 }}
+
+
+
+
+ {{ scope.row.业务类型 }}
+
+
+
+
+ {{ scope.row.采购类型 }}
+
+
+
+
+ {{ scope.row.入库类别 }}
+
+
+
+
+ {{ scope.row.备注 }}
+
+
+
+
+ 选择
+ 删除
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.物料名称 }}
+
+
+
+
+ {{ scope.row.物料型号 }}
+
+
+
+
+ {{ scope.row.物料规格 }}
+
+
+
+
+ {{ scope.row.项目名称 }}
+
+
+
+
+ {{ scope.row.机床图号 }}
+
+
+
+
+ {{ scope.row.组号 }}
+
+
+
+
+ {{ scope.row.出库数量 }}
+
+
+
+
+ {{ scope.row.仓库名称 }}
+
+
+
+
+ {{ scope.row.货位名称 }}
+
+
+
+
+ {{ scope.row.备注 }}
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+