10.14
This commit is contained in:
tczjx58520 2019-10-14 11:46:54 +08:00
parent d2465572be
commit ef41067889
2 changed files with 11 additions and 0 deletions

View file

@ -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) {

View file

@ -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 => {