|
@@ -23,8 +23,8 @@
|
23
|
23
|
</div>
|
24
|
24
|
|
25
|
25
|
<div class="filter-container" style="margin-top: 10px">
|
26
|
|
- <el-button size="small" icon="el-icon-edit" @click="editRecord">编辑</el-button>
|
27
|
|
- <el-button size="small" icon="el-icon-delete" @click="deleteRecord">删除</el-button>
|
|
26
|
+ <el-button size="small" icon="el-icon-edit" @click="editRecord" v-if="warehousingOutInfo.info.is_sys != 1">编辑</el-button>
|
|
27
|
+ <el-button size="small" icon="el-icon-delete" @click="deleteRecord" v-if="warehousingOutInfo.info.is_sys != 1">删除</el-button>
|
28
|
28
|
</div>
|
29
|
29
|
|
30
|
30
|
<el-row :gutter="12" style="margin-top: 10px">
|
|
@@ -195,7 +195,7 @@
|
195
|
195
|
}
|
196
|
196
|
getWarehouseOutInfo(params).then(response => {
|
197
|
197
|
if (response.data.state == 0) {
|
198
|
|
-
|
|
198
|
+
|
199
|
199
|
this.$message.error(response.data.msg)
|
200
|
200
|
return false
|
201
|
201
|
} else {
|