|
|
@ -95,15 +95,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import {propertiesList,refreshPropertiesModal,updatePropertiesList,getPropertiesListByPartAndCodeNo |
|
|
|
|
|
|
|
|
import {updatePropertiesList,getPropertiesListByPartAndCodeNo |
|
|
,searchPropertiesItemList,saveSubPropertiesValueForAlone,deleteSubPropertiesValueForAlone |
|
|
,searchPropertiesItemList,saveSubPropertiesValueForAlone,deleteSubPropertiesValueForAlone |
|
|
|
|
|
|
|
|
} from "@/api/base/properties.js"; |
|
|
|
|
|
import { |
|
|
|
|
|
removeTestPropertiesItem, |
|
|
|
|
|
saveTestPropertiesItem, searchTestPropertiesItemList, |
|
|
|
|
|
updateTestPropertiesList |
|
|
|
|
|
} from "@/api/test/testProperties.js"; |
|
|
|
|
|
|
|
|
} from "@/api/ecss/ecss.js"; |
|
|
import TransferTable from "../common/transferTable.vue"; |
|
|
import TransferTable from "../common/transferTable.vue"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -405,6 +400,7 @@ |
|
|
functionType: this.functionType, |
|
|
functionType: this.functionType, |
|
|
list :this.dataList, |
|
|
list :this.dataList, |
|
|
codeNo: this.codeNo, |
|
|
codeNo: this.codeNo, |
|
|
|
|
|
buNo:this.buNo, |
|
|
} |
|
|
} |
|
|
searchPropertiesItemList(inData).then(({data}) => { |
|
|
searchPropertiesItemList(inData).then(({data}) => { |
|
|
if (data && data.code === 0){ |
|
|
if (data && data.code === 0){ |
|
|
|