|
|
|
@ -246,7 +246,8 @@
|
|
|
|
|
>
|
|
|
|
|
<selectDiDetail :editQuery="diDetails"
|
|
|
|
|
></selectDiDetail>
|
|
|
|
|
</el-dialog>-
|
|
|
|
|
</el-dialog>
|
|
|
|
|
-
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
@ -292,6 +293,10 @@ export default {
|
|
|
|
|
thirdId: "",
|
|
|
|
|
keys: [],
|
|
|
|
|
thirdSys: null,
|
|
|
|
|
manufactory: null,
|
|
|
|
|
price: null,
|
|
|
|
|
erpName: null,
|
|
|
|
|
measname: null,
|
|
|
|
|
},
|
|
|
|
|
fromOptions: [],
|
|
|
|
|
checked: true,
|
|
|
|
@ -415,6 +420,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
this.combineQuery.manufactory = this.currentRow.manufactory;
|
|
|
|
|
this.combineQuery.price = this.currentRow.price;
|
|
|
|
|
this.combineQuery.measname = this.currentRow.measname;
|
|
|
|
|
combineUdi(this.combineQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
if (response.code == 20000) {
|
|
|
|
|