|
@@ -892,10 +892,10 @@ const formConfig = computed(() => {
|
|
|
changeShroffAccount(val);
|
|
|
},
|
|
|
disabled: !isHaveFinance.value,
|
|
|
- isShow:
|
|
|
- isShowAtt("paymentAccountId", "mainObj") &&
|
|
|
- formData.data.isPublicTransfer &&
|
|
|
- formData.data.isPublicTransfer == "1",
|
|
|
+ isShow: isShowAtt("paymentAccountId", "mainObj"),
|
|
|
+ // isShowAtt("paymentAccountId", "mainObj") &&
|
|
|
+ // formData.data.isPublicTransfer &&
|
|
|
+ // formData.data.isPublicTransfer == "1",
|
|
|
},
|
|
|
{
|
|
|
type: "input",
|
|
@@ -904,10 +904,11 @@ const formConfig = computed(() => {
|
|
|
placeholder: "请输入开户行",
|
|
|
itemWidth: 25,
|
|
|
disabled: !isHaveFinance.value,
|
|
|
- isShow:
|
|
|
- isShowAtt("paymentAccountId", "mainObj") &&
|
|
|
- formData.data.isPublicTransfer &&
|
|
|
- formData.data.isPublicTransfer == "1",
|
|
|
+ isShow: isShowAtt("paymentAccountId", "mainObj"),
|
|
|
+ // isShow:
|
|
|
+ // isShowAtt("paymentAccountId", "mainObj") &&
|
|
|
+ // formData.data.isPublicTransfer &&
|
|
|
+ // formData.data.isPublicTransfer == "1",
|
|
|
},
|
|
|
{
|
|
|
type: "input",
|
|
@@ -916,10 +917,11 @@ const formConfig = computed(() => {
|
|
|
placeholder: "请输入开户名",
|
|
|
itemWidth: 25,
|
|
|
disabled: !isHaveFinance.value,
|
|
|
- isShow:
|
|
|
- isShowAtt("paymentAccountId", "mainObj") &&
|
|
|
- formData.data.isPublicTransfer &&
|
|
|
- formData.data.isPublicTransfer == "1",
|
|
|
+ isShow: isShowAtt("paymentAccountId", "mainObj"),
|
|
|
+ // isShow:
|
|
|
+ // isShowAtt("paymentAccountId", "mainObj") &&
|
|
|
+ // formData.data.isPublicTransfer &&
|
|
|
+ // formData.data.isPublicTransfer == "1",
|
|
|
},
|
|
|
{
|
|
|
type: "input",
|
|
@@ -928,10 +930,11 @@ const formConfig = computed(() => {
|
|
|
placeholder: "请输入账号",
|
|
|
itemWidth: 25,
|
|
|
disabled: !isHaveFinance.value,
|
|
|
- isShow:
|
|
|
- isShowAtt("paymentAccountId", "mainObj") &&
|
|
|
- formData.data.isPublicTransfer &&
|
|
|
- formData.data.isPublicTransfer == "1",
|
|
|
+ isShow: isShowAtt("paymentAccountId", "mainObj"),
|
|
|
+ // isShow:
|
|
|
+ // isShowAtt("paymentAccountId", "mainObj") &&
|
|
|
+ // formData.data.isPublicTransfer &&
|
|
|
+ // formData.data.isPublicTransfer == "1",
|
|
|
},
|
|
|
{
|
|
|
type: "title",
|