Browse Source

流程页面路由跳转路径整改

cz 2 years ago
parent
commit
063a95d91e

+ 1 - 1
src/views/customer/file/index.vue

@@ -922,7 +922,7 @@ getDict();
 getList();
 const handleClickName = (row) => {
   proxy.$router.push({
-    path: "/customer/customer/portrait",
+    path: "/ERP/customer/portrait",
     query: {
       id: row.id,
     },

+ 4 - 4
src/views/customer/portrait/index.vue

@@ -104,7 +104,7 @@ onMounted(() => {
     height: calc(100vh - 120px);
     .top {
       margin-bottom: 10px;
-      min-height: 280px;
+      min-height: 300px;
       box-sizing: border-box;
     }
     .bottom {
@@ -117,9 +117,9 @@ onMounted(() => {
     display: flex;
     flex-direction: column;
     height: calc(100vh - 120px);
-    .box-one {
-      // padding-bottom: 10px;
-    }
+    // .box-one {
+    //   padding-bottom: 10px;
+    // }
     .box-three {
       // flex: 1;
       min-height: 200px;

+ 6 - 6
src/views/process/processApproval/index.vue

@@ -354,27 +354,27 @@ const skipPage = () => {
   });
   if (flowForm.flowKey == "subscribe_flow") {
     router.replace({
-      path: "/purchaseManage/purchaseManage/subscribe",
+      path: "/ERP/purchaseManage/subscribe",
     });
   } else if (flowForm.flowKey == "purchase_flow") {
     router.replace({
-      path: "/purchaseManage/purchaseManage/purchase",
+      path: "/ERP/purchaseManage/purchase",
     });
   } else if (flowForm.flowKey == "sales_return_flow") {
     router.replace({
-      path: "/purchaseManage/purchaseManage/returnGoods",
+      path: "/ERP/purchaseManage/returnGoods",
     });
   } else if (flowForm.flowKey == "account_request_funds_flow") {
     router.replace({
-      path: "/finance/fundManage/funds",
+      path: "/ERP/fundManage/funds",
     });
   } else if (flowForm.flowKey == "refund_flow") {
     router.replace({
-      path: "/purchaseManage/purchasePayment/invoice",
+      path: "/ERP/purchasePayment/invoice",
     });
   } else if (flowForm.flowKey == "pay_flow") {
     router.replace({
-      path: "/purchaseManage/purchasePayment/payment",
+      path: "/ERP/purchasePayment/payment",
     });
   } else if (flowForm.flowKey == "sale_quotation_flow") {
     if (flowForm.tenantType === "EHSD") {

+ 10 - 2
src/views/purchaseSales/outAndInWarehouse/inventoryInquiry/index.vue

@@ -36,7 +36,7 @@
           </div>
         </template>
       </byTable>
-      <div>
+      <!-- <div>
         <div>已选择货品</div>
         <div style="margin: 10px 0px">
           <el-tag
@@ -55,7 +55,7 @@
             确 定
           </el-button>
         </div>
-      </div>
+      </div> -->
     </div>
   </div>
 </template>
@@ -175,6 +175,14 @@ const config = computed(() => {
     },
     {
       attrs: {
+        label: "结存单价",
+        prop: "unitPrice",
+        width: 120,
+      },
+    },
+
+    {
+      attrs: {
         label: "操作",
         slot: "btn",
         width: 120,