mirror of
https://github.com/shawncai/ERP.git
synced 2024-11-15 13:14:27 +08:00
修改
10.14
This commit is contained in:
parent
d2465572be
commit
ef41067889
2 changed files with 11 additions and 0 deletions
|
@ -149,7 +149,15 @@ export default {
|
||||||
this.gettree()
|
this.gettree()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
// 判断是否显示
|
||||||
isshow(val) {
|
isshow(val) {
|
||||||
|
if (val.productClassfyVos) {
|
||||||
|
if (val.productClassfyVos.length > 0) {
|
||||||
|
return false
|
||||||
|
} else {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
console.log('111222333', val)
|
console.log('111222333', val)
|
||||||
},
|
},
|
||||||
zhengze(val) {
|
zhengze(val) {
|
||||||
|
|
|
@ -809,6 +809,9 @@ export default {
|
||||||
if (Data[key] === '' || Data[key] === undefined || Data[key] === null) {
|
if (Data[key] === '' || Data[key] === undefined || Data[key] === null) {
|
||||||
delete Data[key]
|
delete Data[key]
|
||||||
}
|
}
|
||||||
|
if (key === 'judgeStat') {
|
||||||
|
delete Data[key]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
const parms = JSON.stringify(Data)
|
const parms = JSON.stringify(Data)
|
||||||
updatestockArrival(parms, parms2).then(res => {
|
updatestockArrival(parms, parms2).then(res => {
|
||||||
|
|
Loading…
Reference in a new issue