@ -44,6 +44,7 @@
<el-button
type="text"
size="small"
:disabled="scope.row.systemDefault"
@click.native.stop="handleModifyClick(scope.row)"
>编辑
</el-button
@ -51,6 +52,7 @@
@click.native.stop="handleDeleteClick(scope.row)"
>删除
@ -213,9 +213,7 @@ export default {
billType: [
{required: true, message: "请选择业务类型", trigger: "blur"}
],
type: [
{required: true, message: "请选择采购类型", trigger: "blur"}
},
codeArray: [],
total: 0,
@ -396,9 +396,7 @@ export default {
fromStorageOptions: [],