Commit 6cb3a6ae by 闫泽浩

INFBED代码更新

parent 290982a2
......@@ -99,7 +99,7 @@ export default {
this.currentHandleRow = row;
const params = {
//根据xx字段 查询处理的数据
ownref: row.ownref,
seaownref: row.seaownref,
};
const res = await Api.post('/service/infbed/dealWithByOwnref', params);
if (res.respCode === SUCCESS) {
......
......@@ -37,7 +37,7 @@ import _ from "~/utils/Lodash"
export default {
props: {
ownref: {
seaownref: {
required: true,
},
trnCode: {
......@@ -46,9 +46,9 @@ export default {
model: {
required: true,
},
ownrefPath: {
seaownrefPath: {
required: false,
default: "didgrp",
default: "bedgrp",
},
tabIndex: {
required: false,
......
......@@ -422,12 +422,12 @@ export default {
data() {
return {
// BetselModel: new BetselModel().data,
ownref: "",
seaownref: "",
trnData: {
columns: [
{
label: "单据编号",
prop: "ownref",
prop: "seaownref",
},
{
label: "客户经理",
......@@ -479,8 +479,8 @@ export default {
stmData: {
columns: [
{
label: "信用证编号",
prop: "ownref",
label: "单据编号",
prop: "seaownref",
},
{
label: "客户经理",
......
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