外协付款计划
This commit is contained in:
@@ -347,7 +347,7 @@ export default {
|
|||||||
不可用量: response.data[i].不可用量,
|
不可用量: response.data[i].不可用量,
|
||||||
仓库名称: response.data[i].仓库名称
|
仓库名称: response.data[i].仓库名称
|
||||||
})
|
})
|
||||||
this.useqrcode ()
|
this.useqrcode()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -547,7 +547,7 @@ export default {
|
|||||||
// 生成的二维码内容,可以添加变量
|
// 生成的二维码内容,可以添加变量
|
||||||
this.QueryDetail = this.num
|
this.QueryDetail = this.num
|
||||||
var canvas = document.getElementById('canvas')
|
var canvas = document.getElementById('canvas')
|
||||||
QRCode.toCanvas(canvas, this.QueryDetail, function (error) {
|
QRCode.toCanvas(canvas, this.QueryDetail, function(error) {
|
||||||
if (error) console.error(error)
|
if (error) console.error(error)
|
||||||
console.log('success!')
|
console.log('success!')
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
type="index"
|
type="index"
|
||||||
align="center"
|
align="center"
|
||||||
width="50"/>
|
width="50"/>
|
||||||
<el-table-column label="外协状态" width="100" align="center">
|
<el-table-column label="付款状态" width="100" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tag v-if="scope.row.实际付款时间!==''" type="success" size="small">已付款</el-tag>
|
<el-tag v-if="scope.row.实际付款时间!==''" type="success" size="small">已付款</el-tag>
|
||||||
<el-tag v-else type="info" size="small">未付款</el-tag>
|
<el-tag v-else type="info" size="small">未付款</el-tag>
|
||||||
|
|||||||
Reference in New Issue
Block a user