|
|
|
@ -734,7 +734,7 @@ import {
|
|
|
|
|
import { filterClassify } from '@/api/purchase/classifyCode'
|
|
|
|
|
import { filterByUuid, levelByUuid } from '@/api/basic/product/udiInfo'
|
|
|
|
|
// import selectChargesProjectDialog from './selectChargesProjectDialog'
|
|
|
|
|
// import chooseHouseDrug from './chooseHouseDrug'
|
|
|
|
|
import chooseHouseDrug from "@/views/basic/product/drug/chooseHouseDrug";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: 'basicCompanyproductEdit',
|
|
|
|
@ -770,7 +770,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// components: {selectChargesProjectDialog, chooseHouseDrug},
|
|
|
|
|
// components: { chooseHouseDrug},
|
|
|
|
|
components: { chooseHouseDrug},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
ybDrugDetail: {},
|
|
|
|
@ -1090,7 +1090,8 @@ export default {
|
|
|
|
|
uuid: this.newProductData.uuid,
|
|
|
|
|
productId: row.productId,
|
|
|
|
|
diType: row.diType,
|
|
|
|
|
xjdw: row.xjdw
|
|
|
|
|
xjdw: row.xjdw,
|
|
|
|
|
packRatio: row.packRatio
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
updateLevelDrug(editQuery).then(res => {
|
|
|
|
@ -1178,6 +1179,7 @@ export default {
|
|
|
|
|
nameCode: '',
|
|
|
|
|
packLevel: 0,
|
|
|
|
|
bhxjsl: 0,
|
|
|
|
|
packRatio: '',
|
|
|
|
|
isDisabled: false,
|
|
|
|
|
rowDisabled: false,
|
|
|
|
|
isUpDisabled: true
|
|
|
|
|