This commit is contained in:
parent
aeec7bf8c3
commit
352178ad69
|
|
@ -1403,7 +1403,7 @@ export default {
|
||||||
// 检查是否显示预出库字段
|
// 检查是否显示预出库字段
|
||||||
checkShowPreButton() {
|
checkShowPreButton() {
|
||||||
// 检查列表中是否有已出库数量为0的数据
|
// 检查列表中是否有已出库数量为0的数据
|
||||||
return this.getListOutInfo && this.getListOutInfo.some(item => item.alNum == 0) && this.currentRowData.status != 4
|
return this.getListOutInfo && this.getListOutInfo.some(item => item.alNum == 0) && this.currentRowData?.status != 4
|
||||||
},
|
},
|
||||||
|
|
||||||
// 处理驳回操作
|
// 处理驳回操作
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue