|
@@ -15,7 +15,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanelController', {
|
|
|
'dbfindtrigger[name=pi_vendname]':{
|
|
'dbfindtrigger[name=pi_vendname]':{
|
|
|
beforerender:function(f){
|
|
beforerender:function(f){
|
|
|
Ext.apply(f,{
|
|
Ext.apply(f,{
|
|
|
- dataUrl:basePath+'document/vendor/list',
|
|
|
|
|
|
|
+ dataUrl:'/api/document/vendor/list',
|
|
|
// dataUrl:'http://localhost:9480/vendor/list',
|
|
// dataUrl:'http://localhost:9480/vendor/list',
|
|
|
addXtype: 'document-vendor-formpanel',
|
|
addXtype: 'document-vendor-formpanel',
|
|
|
addTitle: '供应商资料',
|
|
addTitle: '供应商资料',
|
|
@@ -72,7 +72,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanelController', {
|
|
|
beforerender:function(f){
|
|
beforerender:function(f){
|
|
|
Ext.apply(f,{
|
|
Ext.apply(f,{
|
|
|
|
|
|
|
|
- dataUrl:basePath+'document/customer/list',
|
|
|
|
|
|
|
+ dataUrl:'/api/document/customer/list',
|
|
|
// dataUrl:'http://localhost:9480/customer/list',
|
|
// dataUrl:'http://localhost:9480/customer/list',
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
from:'id',to:'pi_custid'
|
|
from:'id',to:'pi_custid'
|
|
@@ -118,7 +118,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanelController', {
|
|
|
'dbfindtrigger[name=pd_prodcode]':{
|
|
'dbfindtrigger[name=pd_prodcode]':{
|
|
|
beforerender:function(f){
|
|
beforerender:function(f){
|
|
|
Ext.apply(f,{
|
|
Ext.apply(f,{
|
|
|
- dataUrl:basePath+'document/product/list',
|
|
|
|
|
|
|
+ dataUrl:'/api/document/product/list',
|
|
|
// dataUrl:'http://localhost:9480/product/list',
|
|
// dataUrl:'http://localhost:9480/product/list',
|
|
|
addXtype: 'document-product-formpanel',
|
|
addXtype: 'document-product-formpanel',
|
|
|
addTitle: '物料资料',
|
|
addTitle: '物料资料',
|
|
@@ -181,9 +181,9 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanelController', {
|
|
|
'dbfindtrigger[name=pd_whname]':{
|
|
'dbfindtrigger[name=pd_whname]':{
|
|
|
beforerender:function(f){
|
|
beforerender:function(f){
|
|
|
Ext.apply(f,{
|
|
Ext.apply(f,{
|
|
|
- dataUrl:basePath+'document/warehouse/list',
|
|
|
|
|
|
|
+ dataUrl:'/api/document/warehouse/list',
|
|
|
// dataUrl:'http://localhost:9480/warehouse/list',
|
|
// dataUrl:'http://localhost:9480/warehouse/list',
|
|
|
- addXtype: 'other-storeinformation',
|
|
|
|
|
|
|
+ addXtype: 'other-warehouse',
|
|
|
addTitle: '仓库资料',
|
|
addTitle: '仓库资料',
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
from:'id',to:'pd_whid'
|
|
from:'id',to:'pd_whid'
|
|
@@ -226,9 +226,9 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanelController', {
|
|
|
'dbfindtrigger[name=pd_inwhname]':{
|
|
'dbfindtrigger[name=pd_inwhname]':{
|
|
|
beforerender:function(f){
|
|
beforerender:function(f){
|
|
|
Ext.apply(f,{
|
|
Ext.apply(f,{
|
|
|
- dataUrl:basePath+'document/warehouse/list',
|
|
|
|
|
|
|
+ dataUrl:'/api/document/warehouse/list',
|
|
|
// dataUrl:'http://localhost:9480/warehouse/list',
|
|
// dataUrl:'http://localhost:9480/warehouse/list',
|
|
|
- addXtype: 'other-storeinformation',
|
|
|
|
|
|
|
+ addXtype: 'other-warehouse',
|
|
|
addTitle: '仓库资料',
|
|
addTitle: '仓库资料',
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
from:'id',to:'pd_inwhid'
|
|
from:'id',to:'pd_inwhid'
|
|
@@ -271,7 +271,7 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanelController', {
|
|
|
'dbfindtrigger[name=pd_inwhname]':{
|
|
'dbfindtrigger[name=pd_inwhname]':{
|
|
|
beforerender:function(f){
|
|
beforerender:function(f){
|
|
|
Ext.apply(f,{
|
|
Ext.apply(f,{
|
|
|
- dataUrl:basePath+'document/warehouse/list',
|
|
|
|
|
|
|
+ dataUrl:'/api/document/warehouse/list',
|
|
|
// dataUrl:'http://localhost:9480/warehouse/list',
|
|
// dataUrl:'http://localhost:9480/warehouse/list',
|
|
|
dbfinds:[{
|
|
dbfinds:[{
|
|
|
from:'id',to:'pd_inwhid'
|
|
from:'id',to:'pd_inwhid'
|