fix: shorten supplier_settlement_cycle parentid (27→22 chars) so appcodes_kv.id fits VARCHAR(32)
This commit is contained in:
parent
0bdb019e29
commit
8dbdf5c3c6
@ -68,7 +68,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parentid": "supplier_settlement_cycle",
|
"parentid": "supplier_settle_cycle",
|
||||||
"parentname": "结算周期",
|
"parentname": "结算周期",
|
||||||
"items": [
|
"items": [
|
||||||
{"k": "monthly", "v": "月结"},
|
{"k": "monthly", "v": "月结"},
|
||||||
|
|||||||
@ -190,7 +190,7 @@
|
|||||||
"table": "appcodes_kv",
|
"table": "appcodes_kv",
|
||||||
"valuefield": "k",
|
"valuefield": "k",
|
||||||
"textfield": "v",
|
"textfield": "v",
|
||||||
"cond": "parentid='supplier_settlement_cycle'"
|
"cond": "parentid='supplier_settle_cycle'"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "status",
|
"field": "status",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user