Kaynağa Gözat

fix:退货转库存记录添加订单编号字段

snow 1 yıl önce
ebeveyn
işleme
43713f1a87

+ 4 - 0
src/views/dataCorrection/managerBatchCorrection/components/template.js

@@ -23,6 +23,10 @@ export const columns = [
     label: '序号',
     width: '70px'
   },
+  {
+    type: 'index',
+    width: '70px'
+  },
   {
     prop: PROPERTYS.ORDER_CODE,
     label: '销售订单编号',

+ 5 - 0
src/views/sellOut/returnTransferStock/columns.js

@@ -6,6 +6,11 @@ export default [
     label: '退货编号',
     width: '160'
   },
+  {
+    prop: 'orderCode',
+    label: '订单编号',
+    width: '160'
+  },
   {
     prop: 'th_type',
     label: '退货类型',

+ 1 - 1
src/views/sellOut/returnTransferStock/index.vue

@@ -22,7 +22,7 @@ searchList();
               </el-col>
 
               <el-col :span="6" style="width: 240px; padding: 0 0 0 10px">
-                <el-input size="mini" v-model="parmValue.orderCode" placeholder="退货销售编号" @change="
+                <el-input size="mini" v-model="parmValue.orderCode" placeholder="订单编号" @change="
                   pageInfo.curr = 1;
                 parmValue.page = 1;
                 searchList();" />