lx
This commit is contained in:
@@ -68,7 +68,7 @@ export function searchPurchasePartOut(teampart) {
|
||||
data: {
|
||||
type: '1',
|
||||
name: '库存管理_库存盘点_外购件出库记录',
|
||||
param: '组件零件流水号=' + teampart
|
||||
param: '采购合同明细流水号=' + teampart
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -167,7 +167,7 @@ export function searchBasicPartOut(craftNumber) {
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: 'dbo.库存管理_库存盘点_基本件出库记录',
|
||||
name: '库存管理_库存盘点_基本件出库记录',
|
||||
param: '工艺计划流水号=' + craftNumber
|
||||
}
|
||||
})
|
||||
|
||||
@@ -1690,7 +1690,7 @@ export default {
|
||||
this.HouseDataBasicIn = response.data
|
||||
this.listLoading7 = false
|
||||
})
|
||||
searchPurchasePartOut(this.TeamPartNumber).then(response => {
|
||||
searchPurchasePartOut(this.ContractDetailValue).then(response => {
|
||||
this.HouseDataBasicOut = response.data
|
||||
this.listLoading8 = false
|
||||
})
|
||||
|
||||
@@ -40,6 +40,11 @@
|
||||
{{ scope.row.替换数量 }}
|
||||
</template>
|
||||
</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">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.申请时间 }}
|
||||
|
||||
Reference in New Issue
Block a user