|
|
@@ -9,7 +9,6 @@ define(['app/app'], function (app) {
|
|
|
$scope.seekPurchaseRate = {};
|
|
|
seekPurchase.getSeekUrl({}, function(data) {
|
|
|
var seekUrl = data.url;
|
|
|
- seekUrl = 'http://218.17.158.219:24000';
|
|
|
$scope.initInquiryItem = function () {
|
|
|
$scope.validSayPrice = {
|
|
|
leadtime: false,
|
|
|
@@ -59,6 +58,7 @@ define(['app/app'], function (app) {
|
|
|
// }
|
|
|
param.enuu = $scope.userInfo.enterprise.uu;
|
|
|
param.useruu = $scope.userInfo.userUU;
|
|
|
+ param.enableOffer = 1;
|
|
|
var target = isSelf ? '/inquiry/sale/remind' : '/inquiry/sale/enremind';
|
|
|
$http({
|
|
|
method: 'get',
|