外协付款计划

This commit is contained in:
zhangdingyu
2018-11-26 15:21:25 +08:00
parent a3c57e141c
commit 626147f935
2 changed files with 3 additions and 3 deletions

View File

@@ -347,7 +347,7 @@ export default {
不可用量: response.data[i].不可用量,
仓库名称: response.data[i].仓库名称
})
this.useqrcode ()
this.useqrcode()
}
})
},
@@ -547,7 +547,7 @@ export default {
// 生成的二维码内容,可以添加变量
this.QueryDetail = this.num
var canvas = document.getElementById('canvas')
QRCode.toCanvas(canvas, this.QueryDetail, function (error) {
QRCode.toCanvas(canvas, this.QueryDetail, function(error) {
if (error) console.error(error)
console.log('success!')
})

View File

@@ -62,7 +62,7 @@
type="index"
align="center"
width="50"/>
<el-table-column label="外协状态" width="100" align="center">
<el-table-column label="付款状态" width="100" align="center">
<template slot-scope="scope">
<el-tag v-if="scope.row.实际付款时间!==''" type="success" size="small">已付款</el-tag>
<el-tag v-else type="info" size="small">未付款</el-tag>