FormPanelModel.js 243 B

123456789
  1. Ext.define('saas.view.stock.otherIn.FormPanelModel', {
  2. extend: 'saas.view.core.form.FormPanelModel',
  3. alias: 'viewmodel.stock-otherin-formpanel',
  4. data: {
  5. pi_class: '其它入库单',
  6. showPrintBtn: true
  7. }
  8. });