|
@ -38,17 +38,7 @@
|
|
|
this.$element.attrScan();
|
|
|
window.form = this.$element;
|
|
|
this.$manufacturerName.ligerTextBox({width: 200});
|
|
|
this.manufacturerCodeBox = this.$manufacturerCode.ligerComboBox({
|
|
|
width: 200,
|
|
|
data: [
|
|
|
{text: '三诺', codeId: 'threeNod'},
|
|
|
{text: '优瑞恩', codeId: 'urion'},
|
|
|
{text: '爱奥乐', codeId: 'bioland'},
|
|
|
{text: '康为', codeId: 'comvee'},
|
|
|
],
|
|
|
initIsTriggerEvent: false,
|
|
|
valueField: 'codeId',
|
|
|
});
|
|
|
this.$manufacturerCode.ligerTextBox({width: 200});
|
|
|
this.$address.ligerTextBox({width: 150});
|
|
|
this.bindEvents();
|
|
|
},
|
|
@ -147,7 +137,6 @@
|
|
|
reloadGrid: function (msg) {
|
|
|
retrieve.$element.attrScan();
|
|
|
var values = retrieve.$element.Fields.getValues();
|
|
|
values.manufacturerCode = retrieve.manufacturerCodeBox.getValue();
|
|
|
reloadGrid.call(this, values);
|
|
|
},
|
|
|
delRecord: function (id, code) {
|