Merge branch 'material-ui' of http://192.168.0.56:3000/bonus/bonus-ui into material-ui
This commit is contained in:
commit
5dc0ce1e7e
|
|
@ -376,7 +376,10 @@ export default {
|
||||||
let obj = {
|
let obj = {
|
||||||
taskId: this.taskId,
|
taskId: this.taskId,
|
||||||
typeId:row.typeId,
|
typeId:row.typeId,
|
||||||
purchaseId: row.id
|
purchaseId: row.id,
|
||||||
|
typeName: row.maTypeName,
|
||||||
|
typeModelName: row.typeName,
|
||||||
|
manageType: row.manageType
|
||||||
};
|
};
|
||||||
this.$modal.confirm('是否确认新购入库该物资类型?')
|
this.$modal.confirm('是否确认新购入库该物资类型?')
|
||||||
.then(function() {
|
.then(function() {
|
||||||
|
|
@ -400,7 +403,10 @@ export default {
|
||||||
taskId: this.taskId,
|
taskId: this.taskId,
|
||||||
typeId:this.codeRowData.typeId,
|
typeId:this.codeRowData.typeId,
|
||||||
purchaseId: this.codeRowData.id,
|
purchaseId: this.codeRowData.id,
|
||||||
inPutList: this.inPutList
|
inPutList: this.inPutList,
|
||||||
|
typeName: this.codeRowData.maTypeName,
|
||||||
|
typeModelName: this.codeRowData.typeName,
|
||||||
|
manageType: this.codeRowData.manageType
|
||||||
};
|
};
|
||||||
console.log(obj)
|
console.log(obj)
|
||||||
this.$modal.confirm('是否确认新购入库勾选的编码?')
|
this.$modal.confirm('是否确认新购入库勾选的编码?')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue