升级版本

(cherry picked from commit 4b98c28b65)
master
dulingling 4 years ago
parent 8f00fed41f
commit 7e6105d424

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>2.3.59</version> <version>2.3.61</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>2.4.0</jib-maven-plugin.version> <jib-maven-plugin.version>2.4.0</jib-maven-plugin.version>

@ -4508,7 +4508,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
} }
} }
}; };
$scope.uploadTermsFile = function (file) { /*$scope.uploadTermsFile = function (file) {
if (file != null) { if (file != null) {
if (file.size > 3 * 1024 * 1024) { if (file.size > 3 * 1024 * 1024) {
commonDialog.alert({title: 'Error', content: '文件大小不能超过3MB请压缩后重试', type: 'error'}) commonDialog.alert({title: 'Error', content: '文件大小不能超过3MB请压缩后重试', type: 'error'})
@ -4530,7 +4530,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
}) })
} }
} }
}; };*/
$scope.uploadDescFile = function (file) { $scope.uploadDescFile = function (file) {
if (file != null) { if (file != null) {
if (file.size > 3 * 1024 * 1024) { if (file.size > 3 * 1024 * 1024) {

@ -355,7 +355,7 @@
</table> </table>
</div> </div>
</div> </div>
<div class="form-group"> <!--<div class="form-group">
<label class="control-label col-sm-2">* Terms and Conditions | 条款</label> <label class="control-label col-sm-2">* Terms and Conditions | 条款</label>
<div class="col-sm-4"> <div class="col-sm-4">
<div class="form-control-static"> <div class="form-control-static">
@ -383,7 +383,7 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div> </div>-->
<div class="form-group"> <div class="form-group">
<label class="control-label col-sm-2">* Detailed Business Description详细的业务描述</label> <label class="control-label col-sm-2">* Detailed Business Description详细的业务描述</label>
<div class="col-sm-4"> <div class="col-sm-4">

Loading…
Cancel
Save