From 5bf798eddbd613f002a7907f91852959f095f9b6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:50:24 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 96 ++++++++++++++++---------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index 11deb951..5421ec51 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -83,24 +83,24 @@ Pman.Dialog.CorePersonContact = { xns: Roo.form, allowBlank : 'false', editable : 'false', - emptyText : "Select Office", + emptyText : "Select Companies", forceSelection : true, listWidth : 400, loadingText : "Searching...", minChars : 2, pageSize : 20, - qtip : "Select Office", + qtip : "Select Companies", selectOnFocus : true, triggerAction : 'all', typeAhead : true, width : 300, - tpl : '
{name}
', - queryParam : 'query[name]', - fieldLabel : 'Office', + tpl : '
{code}
', + queryParam : 'query[code]', + fieldLabel : 'Company', valueField : 'id', - displayField : 'name', - hiddenName : 'office_id', - name : 'office_id_name', + displayField : 'code', + hiddenName : 'company_id', + name : 'company_id_code', store : { xtype: 'Store', xns: Roo.data, @@ -116,7 +116,7 @@ Pman.Dialog.CorePersonContact = { xtype: 'HttpProxy', xns: Roo.data, method : 'GET', - url : baseURL + '/Roo/Office.php' + url : baseURL + '/Roo/Companies.php' }, reader : { xtype: 'JsonReader', @@ -124,61 +124,33 @@ Pman.Dialog.CorePersonContact = { id : 'id', root : 'data', totalProperty : 'total', - fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}] + fields : [{"name":"id","type":"int"},{"name":"code","type":"string"}] } } }, - { - xtype: 'TextField', - xns: Roo.form, - fieldLabel : 'Name', - name : 'name', - width : 200 - }, - { - xtype: 'TextField', - xns: Roo.form, - fieldLabel : 'Phone', - name : 'phone', - width : 200 - }, - { - xtype: 'TextField', - xns: Roo.form, - fieldLabel : 'Fax', - name : 'fax', - width : 200 - }, - { - xtype: 'TextField', - xns: Roo.form, - fieldLabel : 'Email', - name : 'email', - width : 200 - }, { xtype: 'ComboBox', xns: Roo.form, allowBlank : 'false', editable : 'false', - emptyText : "Select Companies", + emptyText : "Select Office", forceSelection : true, listWidth : 400, loadingText : "Searching...", minChars : 2, pageSize : 20, - qtip : "Select Companies", + qtip : "Select Office", selectOnFocus : true, triggerAction : 'all', typeAhead : true, width : 300, - tpl : '
{code}
', - queryParam : 'query[code]', - fieldLabel : 'Company', + tpl : '
{name}
', + queryParam : 'query[name]', + fieldLabel : 'Office', valueField : 'id', - displayField : 'code', - hiddenName : 'company_id', - name : 'company_id_code', + displayField : 'name', + hiddenName : 'office_id', + name : 'office_id_name', store : { xtype: 'Store', xns: Roo.data, @@ -194,7 +166,7 @@ Pman.Dialog.CorePersonContact = { xtype: 'HttpProxy', xns: Roo.data, method : 'GET', - url : baseURL + '/Roo/Companies.php' + url : baseURL + '/Roo/Office.php' }, reader : { xtype: 'JsonReader', @@ -202,10 +174,38 @@ Pman.Dialog.CorePersonContact = { id : 'id', root : 'data', totalProperty : 'total', - fields : [{"name":"id","type":"int"},{"name":"code","type":"string"}] + fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}] } } }, + { + xtype: 'TextField', + xns: Roo.form, + fieldLabel : 'Name', + name : 'name', + width : 200 + }, + { + xtype: 'TextField', + xns: Roo.form, + fieldLabel : 'Phone', + name : 'phone', + width : 200 + }, + { + xtype: 'TextField', + xns: Roo.form, + fieldLabel : 'Fax', + name : 'fax', + width : 200 + }, + { + xtype: 'TextField', + xns: Roo.form, + fieldLabel : 'Email', + name : 'email', + width : 200 + }, { xtype: 'TextField', xns: Roo.form, -- 2.39.2