feat: pricing_program add currency field (provider settlement currency)
This commit is contained in:
parent
ea3d67c496
commit
343a346aaf
@ -44,6 +44,13 @@
|
|||||||
"name": "description",
|
"name": "description",
|
||||||
"title": "描述",
|
"title": "描述",
|
||||||
"type": "text"
|
"type": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "currency",
|
||||||
|
"title": "结算币种",
|
||||||
|
"type": "str",
|
||||||
|
"length": 3,
|
||||||
|
"default": "CNY"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"codes": [
|
"codes": [
|
||||||
@ -65,6 +72,12 @@
|
|||||||
"valuefield": "k",
|
"valuefield": "k",
|
||||||
"textfield": "v",
|
"textfield": "v",
|
||||||
"cond": "parentid='pricing_belong'"
|
"cond": "parentid='pricing_belong'"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"field": "currency",
|
||||||
|
"table": "currency",
|
||||||
|
"valuefield": "id",
|
||||||
|
"textfield": "name"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user