采购合同查询:改IP;采购预算查询:去时分秒,新增节点未设置提示
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="预付款时间" align="center" min-width="100">
|
<el-table-column label="预付款时间" align="center" min-width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.预付时间 }}
|
{{ scope.row.预付时间.split(' ')[0] }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="付款比例" align="center" min-width="100">
|
<el-table-column label="付款比例" align="center" min-width="100">
|
||||||
@@ -175,7 +175,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="付款时间" align="center" min-width="100">
|
<el-table-column label="付款时间" align="center" min-width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.预付时间 }}
|
{{ scope.row.预付时间 ? scope.row.预付时间.split(' ')[0] : '参考时间节点未设置' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="付款比例" align="center" min-width="100">
|
<el-table-column label="付款比例" align="center" min-width="100">
|
||||||
|
|||||||
@@ -248,7 +248,7 @@ export default {
|
|||||||
quality: 0.3
|
quality: 0.3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const str = 'http://192.168.1.109:8022/searchContract.html?contractNum=' + contractNum
|
const str = 'http://192.168.1.111:8022/searchContract.html?contractNum=' + contractNum
|
||||||
QRCode.toDataURL(str, opts, function(err, url) {
|
QRCode.toDataURL(str, opts, function(err, url) {
|
||||||
if (err) throw err
|
if (err) throw err
|
||||||
const img = document.getElementById('img')
|
const img = document.getElementById('img')
|
||||||
|
|||||||
Reference in New Issue
Block a user