Browse Source

查询界面单据编号宽度修改,销售退货单维护界面字段调整

rainco 7 years ago
parent
commit
8f73c71831

+ 1 - 1
frontend/saas-web/app/view/money/fundtransfer/QueryPanel.js

@@ -29,7 +29,7 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
         }, {
             text: '单据编号',
             dataIndex: 'ft_code',
-            width: 120
+            width: 150
         }, {
             text: '单据状态',
             dataIndex: 'ft_status',

+ 1 - 1
frontend/saas-web/app/view/money/othspendings/QueryPanel.js

@@ -54,7 +54,7 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
         }, {
             text: '单据编号',
             dataIndex: 'os_code',
-            width: 120
+            width: 150
         }, {
             text: '单据状态',
             dataIndex: 'os_status',

+ 1 - 2
frontend/saas-web/app/view/sale/sale/FormPanel.js

@@ -198,9 +198,8 @@ Ext.define('saas.view.sale.sale.FormPanel', {
     }, {
         format : "Y-m-d", 
         xtype : "datefield", 
-        name : "sa_recorddate", 
+        name : "createTime", 
         fieldLabel : "录入日期",
-        defaultValue:new Date(),
         readOnly:true
     }, {
         xtype : "textfield", 

+ 15 - 7
frontend/saas-web/app/view/sale/saleIn/FormPanel.js

@@ -183,24 +183,32 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
                 flex:1
             }
         ]
-    },{
+    }, {
+        xtype : "textfield", 
+        name : "pi_total", 
+        fieldLabel : "总额", 
+        readOnly: true
+    }, {
         xtype : "textfield", 
         name : "pi_recordman", 
-        fieldLabel : "录入人",
-        readOnly:true,
+        fieldLabel : "录入人", 
+        readOnly:true
     }, {
         format : "Y-m-d", 
         xtype : "datefield", 
         name : "createTime", 
-        fieldLabel : "创建时间"
+        fieldLabel : "录入日期",
+        readOnly:true
     }, {
         xtype : "textfield", 
         name : "pi_auditman", 
-        fieldLabel : "过账人"
+        fieldLabel : "审核人", 
+        readOnly:true
     }, {
         format : "Y-m-d", 
         xtype : "datefield", 
-        name : "pi_auditman", 
-        fieldLabel : "过账时间"
+        name : "pi_auditdate", 
+        fieldLabel : "审核日期",
+        readOnly:true
     }]
 });

+ 1 - 1
frontend/saas-web/app/view/sale/saleIn/QueryPanel.js

@@ -79,7 +79,7 @@ Ext.define('saas.view.sale.saleIn.QueryPanel', {
         }, {
             text: '单据编号',
             dataIndex: 'pi_inoutno',
-            width: 120
+            width: 150
         }, {
             text: '单据状态',
             dataIndex: 'pi_status',

+ 1 - 1
frontend/saas-web/app/view/sale/saleOut/FormPanel.js

@@ -200,7 +200,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
     }, {
         format : "Y-m-d", 
         xtype : "datefield", 
-        name : "pi_recorddate", 
+        name : "createTime", 
         fieldLabel : "录入日期",
         readOnly:true
     }, {

+ 1 - 1
frontend/saas-web/app/view/sale/saleOut/QueryPanel.js

@@ -79,7 +79,7 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
         }, {
             text: '单据编号',
             dataIndex: 'pi_inoutno',
-            width: 120
+            width: 150
         }, {
             text: '单据状态',
             dataIndex: 'pi_status',