This commit is contained in:
zhutianqi
2022-02-25 10:12:08 +08:00
parent e3969f2deb
commit 7532139693
2 changed files with 2 additions and 0 deletions
@@ -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':