|
@@ -254,6 +254,7 @@ export default {
|
|
|
handleDetail (row) {
|
|
|
this.outBizType = row.outBizType
|
|
|
this.detailTitle = row.outBizTypeDictValue + '详情'
|
|
|
+ console.log(row.outBizType)
|
|
|
// 根据出库类型跳转对应页面
|
|
|
if (row.outBizType == 'PURCHASE_RETURN') { // 采购退货
|
|
|
this.orderSn = row.outBizSn
|