Parcourir la source

fix: 批记录入库单将搜索列表中的工单编码字段改为来源单据

liujt il y a 7 mois
Parent
commit
d3d259f62f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/batchRecord/components/tables/wmsOutInt.vue

+ 2 - 2
src/views/batchRecord/components/tables/wmsOutInt.vue

@@ -141,8 +141,8 @@
       seekList() {
         return [
           {
-            label: '工单编码:',
-            value: 'workOrderCode',
+            label: '来源单据:',
+            value: 'sourceBizNo',
             type: 'input',
             placeholder: '请输入'
           },