Commit 2aa0ffeb by Joey

fix(@gms/gms-plugin-billexpand): 公式接口修改

parent f2d6b308
export default {
execute: function ([target], context) {
const billId = context.getMasterData().getValue('id')
const SBBM = context.getMasterData().getValue('SBBM') || {}
const djlczt = context.getMasterData().getValue('DJLCZT')
const res = $.ajax({
type: 'POST',
......@@ -15,7 +15,7 @@ export default {
data: JSON.stringify({
fieldName: target.StaticValue,
djlczt,
billId,
bmObjectCode: SBBM.objectcode,
})
})
......
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