更新
This commit is contained in:
@@ -522,7 +522,7 @@ export default {
|
||||
if (valid) {
|
||||
this.addPurchaseOrder_disable = true
|
||||
this.supplierName = this.form2.supplierNameValue
|
||||
addPurchaseOrder(this.form2.计划名称, this.form2.supplierNameValue).then(response => {
|
||||
addPurchaseOrder(this.form2.计划名称, this.form2.supplierNameValue, this.id).then(response => {
|
||||
if (response.data[0].result === '1') {
|
||||
this.$message.success('新建离线外购备料成功')
|
||||
this.searchTable()
|
||||
|
||||
@@ -96,6 +96,11 @@
|
||||
width="100">
|
||||
<template slot-scope="scope">{{ scope.row.到货数量 }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="备料人" align="center" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.采购员 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="备料时间" align="center" prop="下单日期" sortable="custom" width="120">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.下单日期 ? scope.row.下单日期.split(' ')[0] : '' }}
|
||||
|
||||
Reference in New Issue
Block a user