Browse Source

万里牛单号改为E10单号

lxf 1 year ago
parent
commit
9292dbaf68

+ 1 - 1
src/views/group/finance/check-bill/printOrder.vue

@@ -158,7 +158,7 @@ const columns = computed(() => {
     {
       dataKey: "wlnCode",
       key: "column-2",
-      title: "万里牛单号",
+      title: "E10单号",
       width: 140,
     },
     {

+ 2 - 2
src/views/group/finance/sales-return/index.vue

@@ -83,7 +83,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "orderWlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "input",
@@ -110,7 +110,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "orderWlnCode",
         width: 160,
       },

+ 1 - 1
src/views/group/finance/sales-revenue-cost/index.vue

@@ -147,7 +147,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "wlnCode",
         width: 140,
       },

+ 1 - 1
src/views/group/finance/sales-shipment/index.vue

@@ -35,7 +35,7 @@
       <el-table-column label="店铺" prop="shopName" width="160" />
       <el-table-column label="MES系统单号" prop="mesCode" width="180" />
       <el-table-column label="万里牛销售单号" prop="sellCode" width="180" />
-      <el-table-column label="万里牛单号" prop="wlnCode" width="140" />
+      <el-table-column label="E10单号" prop="wlnCode" width="140" />
       <el-table-column label="SKU单号" prop="skuSpecCode" width="140" />
       <el-table-column label="SKU品号" prop="skuSpecName" width="180" />
       <el-table-column label="SKU数量" prop="quantitySKU" align="center" width="90" />

+ 1 - 1
src/views/group/finance/summary/printOrder.vue

@@ -164,7 +164,7 @@ const columns = computed(() => {
     {
       dataKey: "wlnCode",
       key: "column-2",
-      title: "万里牛单号",
+      title: "E10单号",
       width: 140,
     },
     {

+ 1 - 1
src/views/group/maintenance/order-comparison/index.vue

@@ -52,7 +52,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "wlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "select",

+ 2 - 2
src/views/group/order/abnormal/index.vue

@@ -54,7 +54,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "wlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "select",
@@ -88,7 +88,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "wlnCode",
         width: 180,
       },

+ 2 - 2
src/views/group/order/after-sale/index.vue

@@ -48,7 +48,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "orderWlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "select",
@@ -74,7 +74,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "orderWlnCode",
       },
     },

+ 2 - 2
src/views/group/order/already-removed/index.vue

@@ -49,7 +49,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "wlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     !proxy.useUserStore().user.deptId || proxy.useUserStore().user.deptId === "100"
       ? {
@@ -77,7 +77,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "wlnCode",
       },
     },

+ 3 - 3
src/views/group/order/management/index.vue

@@ -18,7 +18,7 @@
           props.selectStatus
             ? {}
             : {
-                text: '复制万里牛单号',
+                text: '复制E10单号',
                 action: () => clickCopyWLNCode(),
               },
           props.selectStatus
@@ -129,7 +129,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "wlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     props.departmentId
       ? {}
@@ -173,7 +173,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "wlnCode",
         width: 160,
       },

+ 3 - 3
src/views/group/order/product-management/index.vue

@@ -10,7 +10,7 @@
         highlight-current-row
         :action-list="[
           {
-            text: '复制万里牛单号',
+            text: '复制E10单号',
             action: () => clickCopyWLNCode(),
           },
         ]"
@@ -94,7 +94,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "orderWlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "select",
@@ -155,7 +155,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "orderWlnCode",
         width: 140,
       },

+ 3 - 3
src/views/group/order/synchronization/index.vue

@@ -3,8 +3,8 @@
     <el-card class="box-card">
       <div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)">
         <el-form :model="formData.data" label-width="100px" :rules="rules" ref="submit">
-          <el-form-item label="万里牛单号:" prop="wlnCode">
-            <el-input v-model="formData.data.wlnCode" placeholder="请输入万里牛单号" />
+          <el-form-item label="E10单号:" prop="wlnCode">
+            <el-input v-model="formData.data.wlnCode" placeholder="请输入E10单号" />
           </el-form-item>
         </el-form>
         <div style="width: 100%; padding-top: 16px; text-align: center">
@@ -25,7 +25,7 @@ const formData = reactive({
   },
 });
 const rules = ref({
-  wlnCode: [{ required: true, message: "请输入万里牛单号", trigger: "blur" }],
+  wlnCode: [{ required: true, message: "请输入E10单号", trigger: "blur" }],
 });
 const submitForm = () => {
   proxy.$refs.submit.validate((valid) => {

+ 1 - 1
src/views/production/operation/batching/demo.vue

@@ -41,7 +41,7 @@
                       v-loading="loading"
                       header-row-class-name="tableHeader">
                       <el-table-column label="订单号" prop="orderCode" width="200" />
-                      <el-table-column label="万里牛单号" prop="orderWlnCode" width="140" />
+                      <el-table-column label="E10单号" prop="orderWlnCode" width="140" />
                       <el-table-column label="SKU品号" prop="skuSpecCode" width="180" />
                       <el-table-column label="SKU品名" prop="skuSpecName" min-width="180" />
                       <el-table-column label="出库数量" width="140">

+ 2 - 2
src/views/production/operation/batching/index.vue

@@ -191,7 +191,7 @@ const searchConfigTwo = computed(() => {
     {
       type: "input",
       prop: "orderWlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "input",
@@ -339,7 +339,7 @@ const configTwo = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "orderWlnCode",
         width: 160,
       },

+ 2 - 2
src/views/production/schedule/order-inquiry/index.vue

@@ -63,7 +63,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "wlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "select",
@@ -97,7 +97,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "wlnCode",
         "min-width": 180,
       },

+ 2 - 2
src/views/production/schedule/production-order/index.vue

@@ -198,7 +198,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "wlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "select",
@@ -250,7 +250,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "wlnCode",
         width: 200,
       },

+ 2 - 2
src/views/production/schedule/production-work-order/index.vue

@@ -97,7 +97,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "orderWlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "input",
@@ -174,7 +174,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "orderWlnCode",
         width: 150,
       },

+ 2 - 2
src/views/production/warehouse/finished-parts-storage/index.vue

@@ -98,7 +98,7 @@ const searchConfigTwo = computed(() => {
     {
       type: "input",
       prop: "orderWlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "input",
@@ -154,7 +154,7 @@ const configTwo = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "orderWlnCode",
         width: 140,
       },

+ 2 - 2
src/views/subsidiary/order/management/index.vue

@@ -89,7 +89,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "wlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "select",
@@ -123,7 +123,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "wlnCode",
         width: 160,
       },

+ 2 - 2
src/views/subsidiary/order/productManagement/index.vue

@@ -82,7 +82,7 @@ const searchConfig = computed(() => {
     {
       type: "input",
       prop: "orderWlnCode",
-      label: "万里牛单号",
+      label: "E10单号",
     },
     {
       type: "select",
@@ -150,7 +150,7 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "万里牛单号",
+        label: "E10单号",
         prop: "orderWlnCode",
         width: 160,
       },