ymy hai 1 ano
pai
achega
ef50b7cca0

+ 32 - 0
src/views/oms/WMSPrintLog/components/state.vue

@@ -0,0 +1,32 @@
+<template>
+  <div>
+    <!-- <el-tag type="success" v-if="value.flag.">标签二</el-tag> -->
+  </div>
+</template>
+
+<script lang="ts">
+import { Component, Prop, Vue, Watch } from "vue-property-decorator";
+import VueViews from '@/benyun/compVue/VueViews'
+@Component({components:{}})
+export default class StateVue extends VueViews {
+  value={}
+
+
+  mounted(){
+    this.$nextTick(() => {
+      if(this.parentValue && this.parentValue.responseInfo){
+        try{
+          this.value = JSON.parse(this.parentValue.responseInfo)
+        }catch(e){
+
+        }
+      }
+      
+    })
+  }
+}
+</script>
+
+<style lang="scss" scoped>
+
+</style>

+ 4 - 2
src/views/oms/WMSPrintLog/index.vue

@@ -60,11 +60,13 @@ export default class WMSPrintLog extends Vue {
       },{
         title:'发货人信息',
         field:'send',
-        width:130
+        ellipsis:true,
+        width:200
       },{
         title:'订单包裹信息',
         field:'packages',
-        width:130
+        ellipsis:true,
+        width:300
       },{
         title:'菜鸟必传',
         field:'templateUrl',

+ 5 - 3
src/views/oms/cackCallLog/index.vue

@@ -38,6 +38,7 @@ export default class BackCallLog extends Vue {
       },{
         title:'参数签名',
         field:'dsSign',
+        width:140,
       },{
         title:'请求时',
         field:'dsTimestamp',
@@ -46,12 +47,12 @@ export default class BackCallLog extends Vue {
         title:'URL参数',
         field:'dsParams',
         ellipsis:true,
-        width:160
+        width:180
       },{
         title:'Body参数',
         field:'dsBody',
         ellipsis:true,
-        width:160
+        width:650
       },{
         title:'该回调是否已处理',
         field:'isProcess',
@@ -59,7 +60,8 @@ export default class BackCallLog extends Vue {
       },{
         title:'响应信息',
         field:'respMsg',
-        width:130
+        ellipsis:true,
+        width:200
       }]
     }
   }

+ 10 - 8
src/views/oms/jushuitanOrder/compoments/inStore.vue

@@ -13,19 +13,21 @@
       :height="height"
       :row-config="{isCurrent: true,isHover: true}"
       :data="data">
+      <vxe-column type="seq" title="序号" width="60"></vxe-column>
       <vxe-column field="entryOrderCode" title="订单编号" width="100"> </vxe-column>
-      <vxe-column field="orderType" title="出库类型" width="140"> </vxe-column>
+      <vxe-column field="orderType" title="出库类型" width="100"> </vxe-column>
       <vxe-column field="entryOrderId" title="入库单仓储系统编码" width="150"> </vxe-column>
-      <vxe-column field="warehouseCode" title="仓库编码" width="150"> </vxe-column>
-      <vxe-column field="logisticsCode" title="物流公司编码" width="150"> </vxe-column>
-      <vxe-column field="logisticsName" title="物流公司名称" width="150"> </vxe-column>
+      <vxe-column field="warehouseCode" title="仓库编码" width="100"> </vxe-column>
+      <vxe-column field="logisticsCode" title="物流公司编码" width="130"> </vxe-column>
+      <vxe-column field="logisticsName" title="物流公司名称" width="130"> </vxe-column>
       <vxe-column field="expectStartTime" title="预期到货时间" width="150"> </vxe-column>
       <vxe-column field="expectEndTime" title="最迟预期到货时间" width="140"> </vxe-column>
-      <vxe-column field="senderInfo" title="发件人信息" width="170"> </vxe-column>
-      <vxe-column field="receiverInfo" title="收件人信息" width="170"> </vxe-column>
-      <vxe-column field="supplierName" title="供应商名称" width="140"> </vxe-column>
+      <vxe-column field="senderInfo" title="发件人信息" show-overflow width="170"> </vxe-column>
+      <vxe-column field="receiverInfo" title="收件人信息" width="200"> </vxe-column>
+      <vxe-column field="supplierName" title="供应商名称" show-overflow width="140"> </vxe-column>
       <vxe-column field="sourceWarehouseName" title="出库仓库名称" width="140"> </vxe-column>
-      <vxe-column field="expressCode" title="运单号" width="140"> </vxe-column>
+      <vxe-column field="expressCode" title="运单号" width="100"> </vxe-column>
+      <vxe-column field="createTime" title="创建时间" width="140"> </vxe-column>
       <vxe-column title="操作" width="120" fixed="right" align="center">
       <template #default="{ row }">
         <el-button type="text" size="mini" @click="detailProduct(row)">查看商品</el-button>

+ 9 - 7
src/views/oms/jushuitanOrder/compoments/outStore.vue

@@ -13,19 +13,21 @@
       :height="height"
       :row-config="{isCurrent: true,isHover: true}"
       :data="data">
+      <vxe-column type="seq" title="序号" width="60"></vxe-column>
       <vxe-column field="entryOrderCode" title="订单编号" width="100"> </vxe-column>
-      <vxe-column field="orderType" title="出库类型" width="140"> </vxe-column>
+      <vxe-column field="orderType" title="出库类型" width="100"> </vxe-column>
       <vxe-column field="entryOrderId" title="入库单仓储系统编码" width="150"> </vxe-column>
-      <vxe-column field="warehouseCode" title="仓库编码" width="150"> </vxe-column>
-      <vxe-column field="logisticsCode" title="物流公司编码" width="150"> </vxe-column>
-      <vxe-column field="logisticsName" title="物流公司名称" width="150"> </vxe-column>
+      <vxe-column field="warehouseCode" title="仓库编码" width="100"> </vxe-column>
+      <vxe-column field="logisticsCode" title="物流公司编码" width="110"> </vxe-column>
+      <vxe-column field="logisticsName" title="物流公司名称" width="110"> </vxe-column>
       <vxe-column field="expectStartTime" title="预期到货时间" width="150"> </vxe-column>
       <vxe-column field="expectEndTime" title="最迟预期到货时间" width="140"> </vxe-column>
-      <vxe-column field="senderInfo" title="发件人信息" width="170"> </vxe-column>
-      <vxe-column field="receiverInfo" title="收件人信息" width="170"> </vxe-column>
+      <vxe-column field="senderInfo" title="发件人信息" show-overflow width="200"> </vxe-column>
+      <vxe-column field="receiverInfo" title="收件人信息" show-overflow width="200"> </vxe-column>
       <vxe-column field="supplierName" title="供应商名称" width="140"> </vxe-column>
       <vxe-column field="sourceWarehouseName" title="出库仓库名称" width="140"> </vxe-column>
-      <vxe-column field="expressCode" title="运单号" width="140"> </vxe-column>
+      <vxe-column field="expressCode" title="运单号" width="100"> </vxe-column>
+      <vxe-column field="createTime" title="创建时间" width="140"> </vxe-column>
       <vxe-column title="操作" width="120" fixed="right" align="center">
       <template #default="{ row }">
         <el-button type="text" size="mini" @click="detailProduct(row)">查看商品</el-button>

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 26 - 10
src/views/oms/jushuitanOrder/compoments/sendGoods.vue


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio