zhoudw 7 лет назад
Родитель
Сommit
0bdb345127

+ 2 - 2
applications/purchase/purchase-server/src/main/java/com/usoftchina/saas/purchase/service/impl/PurchaseServiceImpl.java

@@ -194,11 +194,11 @@ public class PurchaseServiceImpl extends CommonBaseServiceImpl<PurchaseMapper, P
     }
 
     private void getVendorTaxrate(Long pu_id) {
-        purchasedetailMapper.getVendorTaxrate(pu_id);
+//        purchasedetailMapper.getVendorTaxrate(pu_id);
     }
 
     private void getPrice(Long pu_id) {
-        purchasedetailMapper.getPrice(pu_id);
+//        purchasedetailMapper.getPrice(pu_id);
     }
 
 

+ 1 - 1
frontend/saas-web/app/view/purchase/purchaseIn/FormPanel.js

@@ -219,7 +219,7 @@ Ext.define('saas.view.purchase.purchaseIn.FormPanel', {
                 text : "仓库", 
                 dataIndex : "pd_whname", 
                 width : 120.0, 
-                items : null,
+                allowBlank : false,
                 editor : {
                     displayField : "display", 
                     editable : true, 

+ 1 - 1
frontend/saas-web/app/view/purchase/purchaseOut/FormPanel.js

@@ -196,7 +196,7 @@ Ext.define('saas.view.purchase.purchaseOut.FormPanel', {
                 text : "仓库", 
                 dataIndex : "pd_whname", 
                 width : 120.0, 
-                items : null,
+                allowBlank : false,
                 editor : {
                     displayField : "display", 
                     editable : true, 

+ 1 - 1
frontend/saas-web/app/view/stock/otherIn/FormPanel.js

@@ -191,7 +191,7 @@ Ext.define('saas.view.stock.otherIn.FormPanel', {
                 text : "仓库", 
                 dataIndex : "pd_whname", 
                 width : 120.0, 
-                items : null,
+                allowBlank : false,
                 editor : {
                     displayField : "display", 
                     editable : true, 

+ 1 - 1
frontend/saas-web/app/view/stock/otherOut/FormPanel.js

@@ -187,7 +187,7 @@ Ext.define('saas.view.stock.otherOut.FormPanel', {
                 text: "仓库",
                 dataIndex: "pd_whname",
                 width: 120.0,
-                items: null,
+                allowBlank : false,
                 editor: {
                     displayField: "display",
                     editable: true,