commit
This commit is contained in:
@@ -279,6 +279,7 @@ export default {
|
||||
this.queryProcess()
|
||||
},
|
||||
dealWith (row) { // 办理
|
||||
this.$store.commit('setDetailMap', this.$route.path)
|
||||
this.setHandleInfo(JSON.stringify(row))
|
||||
const prcType = row.prcType
|
||||
switch(prcType) {
|
||||
|
||||
@@ -243,6 +243,7 @@ export default {
|
||||
const { prcType, id } = row
|
||||
const mes = JSON.parse(row.mes)
|
||||
console.log(mes)
|
||||
this.$store.commit('setDetailMap', this.$route.path)
|
||||
switch (prcType) {
|
||||
// 标准入库、
|
||||
case '1':
|
||||
|
||||
Reference in New Issue
Block a user