Merge branch 'material-ui' of http://192.168.0.56:3000/bonus/bonus-ui into material-ui
This commit is contained in:
commit
d1ae556c0e
|
|
@ -378,7 +378,7 @@ export default {
|
||||||
let param = {
|
let param = {
|
||||||
taskId:this.rowData.taskId,
|
taskId:this.rowData.taskId,
|
||||||
typeId:this.rowData.typeId,
|
typeId:this.rowData.typeId,
|
||||||
maCodeList:[{maId:codeRow.maId}]
|
maCodeList:[{maId:codeRow.maId, maCode:codeRow.maCode}]
|
||||||
}
|
}
|
||||||
this.$modal.confirm("是否确认入库所选择的设备编码?")
|
this.$modal.confirm("是否确认入库所选择的设备编码?")
|
||||||
.then(function () {
|
.then(function () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue