Commit f07d8a94 by qiaoyanqi

1.0代码,草稿详情改为了_R

parent e8744187
......@@ -204,12 +204,9 @@ export default {
},
detail(row) {
let billDefineName = this.convertOnlyReadBillDefine(this.bill.curForm.content.billdefine)
let a = `/showDraftBillForm/${billDefineName}_E/${row.id}`;//草稿查看详情改为_E并且为只读
let a = `/showDraftBillForm/${billDefineName}_R/${row.id}`;//1.0的代码是_R 2.0草稿查看详情改为_E并且为只读
let routeData = GMS.routerManager.getRouter().resolve({
path: a,
query:{
params:"{'isEdit':true}"
}
path: a
});
window.open(routeData.href, "_blank");
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment