Commit dbe3058c authored by chase's avatar chase

merge 档案管理

parent 9153aeec
...@@ -403,6 +403,6 @@ ...@@ -403,6 +403,6 @@
"WordLibraryTitle": "字库", "WordLibraryTitle": "字库",
"notAllowDisableMessage": "机构中已关联,不允许停用", "notAllowDisableMessage": "机构中已关联,不允许停用",
"UnSave": "未点击保存按钮!", "UnSave": "未点击保存按钮!",
"addFileType": "增加档案类型", "addFileType": "新建档案类型",
"~MustBeEndOneApp": "I Must be the End One, please!" "~MustBeEndOneApp": "I Must be the End One, please!"
} }
\ No newline at end of file
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
"DocumentTypeSets": "税务档案类型设置", "DocumentTypeSets": "税务档案类型设置",
"Explain": "说明", "Explain": "说明",
"RequiredFields": "必填字段", "RequiredFields": "必填字段",
"CreateDocFileType":"新建文档类型", "CreateDocFileType":"新建档案类型",
"State": "状态", "State": "状态",
"PCompany": "所属机构", "PCompany": "所属机构",
"Enable": "启用", "Enable": "启用",
......
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
></button>&lt;!&ndash;ng-disabled="newDocFileTypeForm.roleName.$invalid || newDocFileTypeForm.service_id.$invalid"&ndash;&gt; ></button>&lt;!&ndash;ng-disabled="newDocFileTypeForm.roleName.$invalid || newDocFileTypeForm.service_id.$invalid"&ndash;&gt;
<button type="button" class="btn btn-third" data-dismiss="modal" ng-click="cancelDocFileType()" translate="Cancel"></button> <button type="button" class="btn btn-third" data-dismiss="modal" ng-click="cancelDocFileType()" translate="Cancel"></button>
</div>--> </div>-->
<div> <div style="margin-bottom: 20px;">
<center> <center>
<button type="submit" class="btn btn-primary" translate="Confirm" <button type="submit" class="btn btn-primary" translate="Confirm"
></button> ></button>
......
...@@ -576,7 +576,7 @@ taxDocumentManageModule.directive('dateTimePicker', function () { ...@@ -576,7 +576,7 @@ taxDocumentManageModule.directive('dateTimePicker', function () {
minViewMode: $attrs["minViewMode"] ? parseInt($attrs["minViewMode"]) : 0, minViewMode: $attrs["minViewMode"] ? parseInt($attrs["minViewMode"]) : 0,
autoclose: true, autoclose: true,
language: region, language: region,
todayBtn: true, todayBtn: 'linked',
clearBtn: true //清除按钮 clearBtn: true //清除按钮
}).off("changeDate").on('changeDate', function (ev) { }).off("changeDate").on('changeDate', function (ev) {
runCallback(ev); runCallback(ev);
...@@ -719,6 +719,7 @@ taxDocumentManageModule.directive('multiFileUploader', function () { ...@@ -719,6 +719,7 @@ taxDocumentManageModule.directive('multiFileUploader', function () {
}; };
$scope.openMultiUploadPop = function () { $scope.openMultiUploadPop = function () {
clearCache();//清空缓存
$("#multiUploadFilePlugin").click(); $("#multiUploadFilePlugin").click();
$scope.multiUploader.clearQueue(); $scope.multiUploader.clearQueue();
$("#multiUploadFilePlugin").val(null); //这一步主要防止第二次选择相同文件的时候无响应 $("#multiUploadFilePlugin").val(null); //这一步主要防止第二次选择相同文件的时候无响应
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment