Commit 2aa0ffeb by Joey

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

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