Explorar el Código

销售订单页面修改

zouzhd hace 3 años
padre
commit
8df9ecc4b5

+ 2 - 2
build/utils.js

@@ -15,8 +15,8 @@ const devPathSrc = path.resolve(__dirname, '../../../src'); // node_modules应
 // ['index','appoint','configManager','homepage',''inward,'queue','RMS','sale','serviceManager','SporadicManage'
 //       统计报表       组织机构/系统管理 采购  仓储
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow']
-let devModules = ['all']
-// let devModules = ['index','TMS','statisticalReport','RMS','sale','appoint','inward'];
+// let devModules = ['all']
+let devModules = ['index','TMS','statisticalReport','RMS','sale','appoint','inward'];
 // let devModules = ['index','appoint','WMS'];
 
 if (pathSrc.indexOf('node_modules') > -1) {

+ 2 - 2
config/index.js

@@ -64,8 +64,8 @@ let proxyTable = {
   },
   // 所有数据的请求域名地址
   "/api/v1": {
-    target: "http://172.16.33.166:8080",
-    // target: "http://192.168.1.107:8019",
+    // 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) {
       // 记录重复点击次数