From b33ec77c0da920c50c1d3e34d2a370f5a6fffbed Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期一, 24 七月 2023 16:58:08 +0800
Subject: [PATCH] 质量巡检添加页面优化
---
igds-inout/src/main/java/com/ld/igds/m/view/ContractManage.view.xml | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/igds-inout/src/main/java/com/ld/igds/m/view/ContractManage.view.xml b/igds-inout/src/main/java/com/ld/igds/m/view/ContractManage.view.xml
index bb82dda..f711c52 100644
--- a/igds-inout/src/main/java/com/ld/igds/m/view/ContractManage.view.xml
+++ b/igds-inout/src/main/java/com/ld/igds/m/view/ContractManage.view.xml
@@ -107,6 +107,11 @@
<PropertyDef name="customerBank">
<Property></Property>
<Property name="label">瀹㈡埛寮�鎴疯</Property>
+ <Property name="mapping">
+ <Property name="keyProperty">code</Property>
+ <Property name="valueProperty">name</Property>
+ <Property name="mapValues">${dorado.getDataProvider("dicTriggerPR#dicTrigger").getResult("KHKHH")}</Property>
+ </Property>
</PropertyDef>
<PropertyDef name="customerBankAccount">
<Property></Property>
@@ -119,6 +124,11 @@
<PropertyDef name="bank">
<Property></Property>
<Property name="label">鏈柟寮�鎴疯</Property>
+ <Property name="mapping">
+ <Property name="keyProperty">code</Property>
+ <Property name="valueProperty">name</Property>
+ <Property name="mapValues">${dorado.getDataProvider("dicTriggerPR#dicTrigger").getResult("KHKHH")}</Property>
+ </Property>
</PropertyDef>
<PropertyDef name="bankAccount">
<Property></Property>
@@ -378,7 +388,7 @@
if(price && contactAmount){

//璁$畻鍊掑叆鏁伴噺
- var money = price*contactAmount;
+ var money = price*contactAmount/1000;
curData.set("money",money); 
}
};</ClientEvent>
@@ -491,6 +501,7 @@
<DataColumn name="name">
<Property name="property">name</Property>
<Property name="align">center</Property>
+ <Property name="width">340</Property>
</DataColumn>
<DataColumn name="type">
<Property name="property">type</Property>
@@ -503,6 +514,7 @@
<DataColumn name="customerName">
<Property name="property">customerName</Property>
<Property name="align">center</Property>
+ <Property name="width">300</Property>
</DataColumn>
<DataColumn name="money">
<Property name="property">money</Property>
@@ -727,11 +739,6 @@
<AutoFormElement layoutConstraint="colSpan:3">
<Property name="name">signAddress</Property>
<Property name="property">signAddress</Property>
- <Editor/>
- </AutoFormElement>
- <AutoFormElement layoutConstraint="colSpan:3">
- <Property name="name">remark</Property>
- <Property name="property">remark</Property>
<Editor/>
</AutoFormElement>
</AutoForm>
--
Gitblit v1.9.3