|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
<span>{{ enableMap[scope.row.supplementAll] }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="备注" prop="intro"></el-table-column>
|
|
|
|
|
<el-table-column label="备注" prop="remark"></el-table-column>
|
|
|
|
|
<el-table-column label="操作" width="100" fixed="right">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
@ -167,7 +167,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
onAddSubmit() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
debugger
|
|
|
|
|
if (this.$isBlank(this.inputQuery.originAction)) {
|
|
|
|
|
this.$message.error("原单据类型不能为空!");
|
|
|
|
|
return;
|
|
|
|
|