dever 3 年之前
父节点
当前提交
1ea0d20b96
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 1 1
      app/cash/lib/Set.php
  2. 1 1
      app/factory/assets/pc/html/order_view.html
  3. 3 3
      app/store/assets/pc/html/order_view.html

+ 1 - 1
app/cash/lib/Set.php

@@ -189,7 +189,7 @@ class Set
                 $button[] = '<button class="layui-btn layui-btn-primary" onclick="load(\''.$url.'\', \''.$this->statYes($info, $type).'\', \'请确认\')">立即确认</button>';
             }
             $config = Dever::load('factory/admin/auth.config');
-            $config['phone'] = '您的专属客服:' . $config['kf_name'] . ',联系电话:' . $config['phone'];
+            $config['phone'] = '联系电话:' . $config['dz_phone'];
             $button[] = '<button class="layui-btn layui-btn-primary" onclick="showAlert(\''.$config['phone'].'\')">联系对账专员</button>';
 
             $info['start'] = date('Y-m-d H:i:s', $info['start']);

+ 1 - 1
app/factory/assets/pc/html/order_view.html

@@ -95,7 +95,7 @@ function tui(goods_id, order_id, source_id, status, url)
 
 function cancel(order_id, source_id, url)
 {
-    var index = layer.confirm('确定进行此项操作吗?', function()
+    var index = layer.confirm('确定要取消该订单吗?', function()
     {
         $.getJSON(url, {order_id:order_id,type_id:source_id,type:13,desc:'厂家上报'}, function(t)
         {

+ 3 - 3
app/store/assets/pc/html/order_view.html

@@ -86,7 +86,7 @@ function tui(goods_id, order_id, source_id, status, url)
 {
     var index = layer.confirm('确定进行此项操作吗?', function()
     {
-        $.getJSON(url, {order_goods_id:goods_id,order_id:order_id,type_id:source_id,type:13,status:status,desc:'厂家上报'}, function(t)
+        $.getJSON(url, {order_goods_id:goods_id,order_id:order_id,type_id:source_id,type:13,status:status,desc:'仓库上报'}, function(t)
         {
             msg(t);
         })
@@ -95,9 +95,9 @@ function tui(goods_id, order_id, source_id, status, url)
 
 function cancel(order_id, source_id, url)
 {
-    var index = layer.confirm('确定进行此项操作吗?', function()
+    var index = layer.confirm('确定要取消该订单吗?', function()
     {
-        $.getJSON(url, {order_id:order_id,type_id:source_id,type:13,desc:'厂家上报'}, function(t)
+        $.getJSON(url, {order_id:order_id,type_id:source_id,type:13,desc:'仓库上报'}, function(t)
         {
             msg(t);
         })