|
@@ -991,10 +991,10 @@
|
|
}
|
|
}
|
|
} else if (this.pageStu == 'edit') {
|
|
} else if (this.pageStu == 'edit') {
|
|
// alert('修改页面')
|
|
// alert('修改页面')
|
|
- console.log('页面状态', this.pageStu)
|
|
|
|
- console.log('数据', this.row)
|
|
|
|
|
|
+ // console.log('页面状态', this.pageStu)
|
|
|
|
+ // console.log('数据', this.row)
|
|
this.getDetails(this.row)
|
|
this.getDetails(this.row)
|
|
- console.log('修改页面-批号库存管理状态', this.row.isInventoryStatus)
|
|
|
|
|
|
+ // console.log('修改页面-批号库存管理状态', this.row.isInventoryStatus)
|
|
this.stockControl(this.row.isInventoryStatus)
|
|
this.stockControl(this.row.isInventoryStatus)
|
|
// 控制效期单位后面的是否可填写
|
|
// 控制效期单位后面的是否可填写
|
|
if (this.row.expiryDateManagerment == '0') {
|
|
if (this.row.expiryDateManagerment == '0') {
|
|
@@ -1159,7 +1159,9 @@
|
|
},
|
|
},
|
|
// 用于回显四级分类树形选择
|
|
// 用于回显四级分类树形选择
|
|
getTreeDetails(id) {
|
|
getTreeDetails(id) {
|
|
|
|
+ console.log(id,'用于回显四级分类树形选择');
|
|
getDetail(id).then(res => {
|
|
getDetail(id).then(res => {
|
|
|
|
+ console.log(res,'用于回显四级分类树形选择');
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
this.testOptions.push(res.data)
|
|
this.testOptions.push(res.data)
|
|
this.basicForm.oneClass = res.data.oneClass
|
|
this.basicForm.oneClass = res.data.oneClass
|