|
@@ -16816,6 +16816,15 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ // 设置付款企业信息
|
|
|
|
|
+ $scope.setPayComName = function() {
|
|
|
|
|
+ // 针对信扬客户,如果是RMB赋值默认值
|
|
|
|
|
+ if ($scope.deOrder.currency == 'RMB' && $scope.deOrder.deputyuu == 10044118) {
|
|
|
|
|
+ $scope.deOrder.paycomname = '深圳信扬国际经贸股份有限公司';
|
|
|
|
|
+ $scope.deOrder.paycomaddress= '深圳市前海深港合作区前湾一路1号A栋201室(入驻深圳市前海商务秘书有限公司)';
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
// 查找付款企业
|
|
// 查找付款企业
|
|
|
$scope.dbfindPayCompany = function (deputyuu) {
|
|
$scope.dbfindPayCompany = function (deputyuu) {
|
|
|
var modalInstance = $modal.open({
|
|
var modalInstance = $modal.open({
|
|
@@ -17300,6 +17309,15 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ // 设置付款企业信息
|
|
|
|
|
+ $scope.setPayComName = function() {
|
|
|
|
|
+ // 针对信扬客户,如果是RMB赋值默认值
|
|
|
|
|
+ if ($scope.deOrder.currency == 'RMB' && $scope.deOrder.deputyuu == 10044118) {
|
|
|
|
|
+ $scope.deOrder.paycomname = '深圳信扬国际经贸股份有限公司';
|
|
|
|
|
+ $scope.deOrder.paycomaddress= '深圳市前海深港合作区前湾一路1号A栋201室(入驻深圳市前海商务秘书有限公司)';
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
// 查找付款企业
|
|
// 查找付款企业
|
|
|
$scope.dbfindPayCompany = function (deputyuu) {
|
|
$scope.dbfindPayCompany = function (deputyuu) {
|
|
|
var modalInstance = $modal.open({
|
|
var modalInstance = $modal.open({
|