425文档V1版本
This commit is contained in:
@@ -271,6 +271,8 @@ export default {
|
|||||||
this.$message.success('执行成功')
|
this.$message.success('执行成功')
|
||||||
// 记录付款金额及时间
|
// 记录付款金额及时间
|
||||||
this.searchTable1()
|
this.searchTable1()
|
||||||
|
this.gridData1 = []
|
||||||
|
this.contractDetail2 = []
|
||||||
} else { this.$message.error('执行失败') }
|
} else { this.$message.error('执行失败') }
|
||||||
})
|
})
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
@@ -289,6 +291,8 @@ export default {
|
|||||||
if (response.data[0].result === '1') {
|
if (response.data[0].result === '1') {
|
||||||
this.$message.success('执行成功')
|
this.$message.success('执行成功')
|
||||||
this.searchTable1()
|
this.searchTable1()
|
||||||
|
this.gridData1 = []
|
||||||
|
this.contractDetail2 = []
|
||||||
} else { this.$message.error('执行失败') }
|
} else { this.$message.error('执行失败') }
|
||||||
})
|
})
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
|
|||||||
@@ -684,7 +684,7 @@ export default {
|
|||||||
addInStoreRecord() {
|
addInStoreRecord() {
|
||||||
if (this.applyOrderNum) {
|
if (this.applyOrderNum) {
|
||||||
this.searchTable01()
|
this.searchTable01()
|
||||||
this.title2 = '追加入库'
|
this.title2 = '追加到票'
|
||||||
this.dialogVisible2 = true
|
this.dialogVisible2 = true
|
||||||
} else {
|
} else {
|
||||||
this.$message.error('请选择到票!')
|
this.$message.error('请选择到票!')
|
||||||
|
|||||||
@@ -96,6 +96,11 @@
|
|||||||
{{ scope.row.零件数量 || '—' }}
|
{{ scope.row.零件数量 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column align="center" label="利用库存数" width="100px">
|
||||||
|
<template slot-scope="scope">
|
||||||
|
{{ scope.row.使用库存数 || '—' }}
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column align="center" label="采购数量" width="100px">
|
<el-table-column align="center" label="采购数量" width="100px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.采购数量 }}
|
{{ scope.row.采购数量 }}
|
||||||
@@ -330,7 +335,7 @@
|
|||||||
{{ scope.row.零件数量 || '—' }}
|
{{ scope.row.零件数量 || '—' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="采购数量" width="100px">
|
<el-table-column align="center" label="采购数量" width="100px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.采购数量 }}
|
{{ scope.row.采购数量 }}
|
||||||
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || '—' }}
|
{{ parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='' ? '—' : scope.row.数量 || '—' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user