From 3aee960e1420b7a8d3ac0c8b609ff9c0849889c4 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 02 十一月 2022 09:41:55 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/wrkCharge/wrkCharge.js | 1 +
src/main/java/com/zy/asrs/entity/WrkCharge.java | 6 ++++++
src/main/resources/mapper/WrkChargeMapper.xml | 1 +
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/WrkCharge.java b/src/main/java/com/zy/asrs/entity/WrkCharge.java
index 287839d..39dda13 100644
--- a/src/main/java/com/zy/asrs/entity/WrkCharge.java
+++ b/src/main/java/com/zy/asrs/entity/WrkCharge.java
@@ -66,6 +66,12 @@
private Integer steNo;
/**
+ * 鍏呯數妗�
+ */
+ @ApiModelProperty(value= "鍏呯數妗�")
+ private Integer charge;
+
+ /**
* 宸烽亾鍙�
*/
@ApiModelProperty(value= "宸烽亾鍙�")
diff --git a/src/main/resources/mapper/WrkChargeMapper.xml b/src/main/resources/mapper/WrkChargeMapper.xml
index 5499e2a..5119bbf 100644
--- a/src/main/resources/mapper/WrkChargeMapper.xml
+++ b/src/main/resources/mapper/WrkChargeMapper.xml
@@ -10,6 +10,7 @@
<result column="io_type" property="ioType" />
<result column="crn_no" property="crnNo" />
<result column="ste_no" property="steNo" />
+ <result column="charge" property="charge" />
<result column="out_most" property="outMost" />
<result column="io_pri" property="ioPri" />
<result column="loc_no" property="locNo" />
diff --git a/src/main/webapp/static/js/wrkCharge/wrkCharge.js b/src/main/webapp/static/js/wrkCharge/wrkCharge.js
index 98f17f0..846bfed 100644
--- a/src/main/webapp/static/js/wrkCharge/wrkCharge.js
+++ b/src/main/webapp/static/js/wrkCharge/wrkCharge.js
@@ -29,6 +29,7 @@
// ,{field: 'ioType$', align: 'center',title: '鍏ュ嚭搴撶被鍨�'}
,{field: 'crnNo$', align: 'center',title: '鍫嗗灈鏈�'}
,{field: 'steNo$', align: 'center',title: '绌挎杞�'}
+ ,{field: 'charge', align: 'center',title: '鍏呯數妗�'}
// ,{field: 'outMost', align: 'center',title: '宸烽亾鍙�'}
// ,{field: 'ioPri', align: 'center',title: '浼樺厛绾�'}
,{field: 'locNo$', align: 'center',title: '鐩爣搴撲綅'}
--
Gitblit v1.9.1