第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何在 POS models.js 中擴展初始化函數(shù)

如何在 POS models.js 中擴展初始化函數(shù)

暮色呼如 2022-07-08 17:07:37
我想在初始化函數(shù)中添加變量,但我不知道如何正確執(zhí)行這是我現(xiàn)在嘗試過的odoo.define('tw_pos_inherit_model.attemptInherit', function (require) {    "use strict";    var POSInheritmodel = require('point_of_sale.models');    var _super_order = POSInheritmodel.Order.prototype;    POSInheritmodel.Order = POSInheritmodel.Order.extend({        initialize: function(session,attributes){            var self = this;            this.additional_discount = 0;            _super_order.initialize.apply(this,arguments);        },我試過做這里所說的,但這個例子是針對 PosModel 而不是 Order這是錯誤point_of_sale.assets.js:79 Cannot read property 'name' of undefined TypeError: Cannot read property 'name' of undefined    at Engine.eval (eval at _render (http://localhost:8071/web/content/319-5a1ade2/web.assets_common.js:3416:73), <anonymous>:50:34)    at Engine._render (http://localhost:8071/web/content/319-5a1ade2/web.assets_common.js:3415:296)    at Engine.render (http://localhost:8071/web/content/319-5a1ade2/web.assets_common.js:3415:151)    at Engine._render (http://localhost:8071/web/content/319-5a1ade2/web.assets_common.js:3419:57)    at Engine.render (http://localhost:8071/web/content/319-5a1ade2/web.assets_common.js:3415:151)    at Class.render_orderline (http://localhost:8071/web/content/723-a89f195/point_of_sale.assets.js:306:5014)    at Class.renderElement (http://localhost:8071/web/content/723-a89f195/point_of_sale.assets.js:308:354)    at Class.replace (http://localhost:8071/web/content/723-a89f195/point_of_sale.assets.js:307:423)    at Class.start (http://localhost:8071/web/content/723-a89f195/point_of_sale.assets.js:325:810)    at http://localhost:8071/web/content/319-5a1ade2/web.assets_common.js:3684:52
查看完整描述

1 回答

?
慕森卡

TA貢獻1806條經(jīng)驗 獲得超8個贊

您不需要var self = this;,因為以后不使用它。

此外,您很可能需要從初始化函數(shù)返回一些內(nèi)容。

_super_order.initialize.apply(this,arguments);

應該:

return _super_order.initialize.apply(this,arguments);


查看完整回答
反對 回復 2022-07-08
  • 1 回答
  • 0 關注
  • 115 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網(wǎng)微信公眾號