This commit is contained in:
lixin
2019-01-07 20:29:21 +08:00
parent 9dc3d8f448
commit cff99e7321
3 changed files with 8 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ export function searchPurchasePartOut(teampart) {
data: { data: {
type: '1', type: '1',
name: '库存管理_库存盘点_外购件出库记录', name: '库存管理_库存盘点_外购件出库记录',
param: '组件零件流水号=' + teampart param: '采购合同明细流水号=' + teampart
} }
}) })
} }
@@ -167,7 +167,7 @@ export function searchBasicPartOut(craftNumber) {
method: 'post', method: 'post',
data: { data: {
type: '1', type: '1',
name: 'dbo.库存管理_库存盘点_基本件出库记录', name: '库存管理_库存盘点_基本件出库记录',
param: '工艺计划流水号=' + craftNumber param: '工艺计划流水号=' + craftNumber
} }
}) })

View File

@@ -1690,7 +1690,7 @@ export default {
this.HouseDataBasicIn = response.data this.HouseDataBasicIn = response.data
this.listLoading7 = false this.listLoading7 = false
}) })
searchPurchasePartOut(this.TeamPartNumber).then(response => { searchPurchasePartOut(this.ContractDetailValue).then(response => {
this.HouseDataBasicOut = response.data this.HouseDataBasicOut = response.data
this.listLoading8 = false this.listLoading8 = false
}) })

View File

@@ -40,6 +40,11 @@
{{ scope.row.替换数量 }} {{ scope.row.替换数量 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="申请人" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.姓名 }}
</template>
</el-table-column>
<el-table-column label="申请时间" align="center" min-width="80"> <el-table-column label="申请时间" align="center" min-width="80">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.申请时间 }} {{ scope.row.申请时间 }}