2 Commits be099e887f ... d85ef2087e

Author SHA1 Message Date
  zouzhd d85ef2087e 合并 3 years ago
  zouzhd 8df9ecc4b5 销售订单页面修改 3 years ago

+ 0 - 1
build/utils.js

@@ -18,7 +18,6 @@ const devPathSrc = path.resolve(__dirname, '../../../src'); // node_modules应
 
  // let devModules = ['index','WMS']
  let devModules = ['all']
-//  let devModules = ['index','WMS']
 // let devModules = ['index','SporadicManage','TMS','statisticalReport','RMS','inward'];
 // let devModules = ['index','appoint','WMS'];
 

+ 1 - 0
config/index.js

@@ -65,6 +65,7 @@ let proxyTable = {
   // 所有数据的请求域名地址
   "/api/v1": {
     target: "http://172.16.33.166:8080",
+    // target: "http://localhost:8080",
     ws: true,
     pathRewrite: {
       "^/api/v1": "/api/v1"

+ 1 - 1
src/views/appoint/components/saleContract/addSaleOrderCoproductSend.vue

@@ -401,7 +401,7 @@ export default {
       addressDrawer:false,
       //线路的表格
       line: {
-        requestUrl: "/api/v1/rms/getAllLineDesk?apiId=249&lineType=3",
+        requestUrl: "/api/v1/rms/getAllLineDesk?apiId=249&lineType=3&con="+'销售',
         selectionType: "radio",
       },
       //车辆的表格

+ 3 - 9
src/views/appoint/components/saleContract/saleOrder.vue

@@ -25,12 +25,6 @@
                 size="small"
                 >派车</el-button
               >
-              <!-- <el-button
-                @click="coproductSendClick(scope.row.saleOrderId)"
-                type="text"
-                size="small"
-                >副产品派车</el-button
-              > -->
               <el-button
                 @click="addClick(scope.row.saleOrderId)"
                 type="text"
@@ -164,6 +158,9 @@ export default {
   name: "saleOrder",
   data() {
     return {
+      // shiyHeigth:140,
+      // isHeigth:true,
+      // isKuang:false,
       activeName: "four",
       input: "",
       option: {
@@ -266,9 +263,6 @@ export default {
     sendClick(saleOrderId){
       this.$router.push("/addSaleOrderSend/" + saleOrderId);
     },
-    // coproductSendClick(saleOrderId){
-    //   this.$router.push("/addSaleOrderCoproductSend/" + saleOrderId);
-    // },
     // -------查看物资详情 (已审批)
     detailclick(row) {
       // 记录重复点击次数