@@ -263,7 +263,7 @@ export default {
return [
{
columnAttributes: {
- label: '辅材',
+ label: '辅材名称',
prop: 'goodsId'
},
render: (h, { row, column, index }) => {
@@ -490,7 +490,7 @@ export default {
- label: '商品代码',
+ label: '辅材代码',
prop: 'goodsCode'
}
@@ -32,7 +32,7 @@
</el-descriptions-item>
<el-descriptions-item>
<template slot="label"> 回执状态 </template>
- {{ { OK: '成功', NO: '失败' }[info.receiptStatus] }}
+ {{ { YES: '成功', NO: '失败' }[info.receiptStatus] }}
<template slot="label"> 回执时间 </template>
@@ -286,7 +286,7 @@ export default {
this.$refs.addForm.validate(valid => {
if (valid) {
let params = {
- name: this.addForm.name
+ ...this.addForm
if (this.addFormType == 'edit') {
params.adminRoleId = this.editId