diff --git a/erp_web/pages/bill/allocation_out_list.html b/erp_web/pages/bill/allocation_out_list.html index 4f604d91..6b33ea8b 100644 --- a/erp_web/pages/bill/allocation_out_list.html +++ b/erp_web/pages/bill/allocation_out_list.html @@ -488,7 +488,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/assemble_list.html b/erp_web/pages/bill/assemble_list.html index 0b4c4f13..88501974 100644 --- a/erp_web/pages/bill/assemble_list.html +++ b/erp_web/pages/bill/assemble_list.html @@ -487,7 +487,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/disassemble_list.html b/erp_web/pages/bill/disassemble_list.html index f1b8e6c2..7055b8f9 100644 --- a/erp_web/pages/bill/disassemble_list.html +++ b/erp_web/pages/bill/disassemble_list.html @@ -488,7 +488,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/other_in_list.html b/erp_web/pages/bill/other_in_list.html index 7d06718f..59887f78 100644 --- a/erp_web/pages/bill/other_in_list.html +++ b/erp_web/pages/bill/other_in_list.html @@ -508,7 +508,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/other_out_list.html b/erp_web/pages/bill/other_out_list.html index cefb2a15..e4fb4b8a 100644 --- a/erp_web/pages/bill/other_out_list.html +++ b/erp_web/pages/bill/other_out_list.html @@ -501,7 +501,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/purchase_back_list.html b/erp_web/pages/bill/purchase_back_list.html index b78dbecd..f2b85d04 100644 --- a/erp_web/pages/bill/purchase_back_list.html +++ b/erp_web/pages/bill/purchase_back_list.html @@ -629,7 +629,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/purchase_in_list.html b/erp_web/pages/bill/purchase_in_list.html index 31285d10..26bab611 100644 --- a/erp_web/pages/bill/purchase_in_list.html +++ b/erp_web/pages/bill/purchase_in_list.html @@ -757,7 +757,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/purchase_orders_list.html b/erp_web/pages/bill/purchase_orders_list.html index 60ccac7e..b27f84cb 100644 --- a/erp_web/pages/bill/purchase_orders_list.html +++ b/erp_web/pages/bill/purchase_orders_list.html @@ -585,7 +585,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/retail_back_list.html b/erp_web/pages/bill/retail_back_list.html index b61a3508..c1f476a9 100644 --- a/erp_web/pages/bill/retail_back_list.html +++ b/erp_web/pages/bill/retail_back_list.html @@ -649,7 +649,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/retail_out_list.html b/erp_web/pages/bill/retail_out_list.html index be6fa120..7c251f67 100644 --- a/erp_web/pages/bill/retail_out_list.html +++ b/erp_web/pages/bill/retail_out_list.html @@ -684,7 +684,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/sale_back_list.html b/erp_web/pages/bill/sale_back_list.html index 3e9c97d4..0741c1e2 100644 --- a/erp_web/pages/bill/sale_back_list.html +++ b/erp_web/pages/bill/sale_back_list.html @@ -671,7 +671,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/sale_orders_list.html b/erp_web/pages/bill/sale_orders_list.html index ede4a1d6..7572314b 100644 --- a/erp_web/pages/bill/sale_orders_list.html +++ b/erp_web/pages/bill/sale_orders_list.html @@ -629,7 +629,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id; diff --git a/erp_web/pages/bill/sale_out_list.html b/erp_web/pages/bill/sale_out_list.html index b5f55451..6a77a988 100644 --- a/erp_web/pages/bill/sale_out_list.html +++ b/erp_web/pages/bill/sale_out_list.html @@ -824,7 +824,6 @@ valueField: 'id', textField: 'depotName', method: 'get', - hasDownArrow: false, url: '/depot/findDepotByUserId?UBType=UserDepot&UBKeyId='+kid, onSelect:function(rec){ var depotId = rec.id;