我需要帮助格式化“列表年度”和“折扣”只读值以格式化为货币格式(例如:123,456,000 或 12,345)。
我尝试了以下方法,但它不起作用
annual.format.picture.value = "999,999,999"; // Set the field's display picture format.
请帮忙。
我需要帮助格式化“列表年度”和“折扣”只读值以格式化为货币格式(例如:123,456,000 或 12,345)。
我尝试了以下方法,但它不起作用
annual.format.picture.value = "999,999,999"; // Set the field's display picture format.
请帮忙。