物料管理

This commit is contained in:
zhangdingyu
2019-09-28 14:53:40 +08:00
parent 663d74c892
commit 8dcaa3c57c
4 changed files with 79 additions and 24 deletions

View File

@@ -292,7 +292,7 @@
</el-table-column>
<el-table-column align="center" label="创立日期">
<template slot-scope="scope">
{{ scope.row.创立日期 }}
{{ scope.row.创立日期&&scope.row.创立日期!=='1900-01-01' ? scope.row.创立日期 : '-' }}
</template>
</el-table-column>
<el-table-column align="center" label="注册资本">
@@ -435,7 +435,6 @@ export default {
methods: {
searchData() {
searchData1(this.contractNumValue).then(response => {
console.log(response.data, 222)
for (let j = 0; j < response.data.length; j++) {
response.data[j].物料计划到货时间 = (response.data[j].物料计划到货时间).split(' ')[0]
}