zhaohuanhuan 1 年之前
父節點
當前提交
e79cabc00b

+ 1 - 1
src/views/inbound/blindCollection/components/BarcodeCount.vue

@@ -30,7 +30,7 @@ const show = async (code) => {
     },200)
   }
   //输入数量
-  const emit = defineEmits()
+  const emit = defineEmits(['setBarcodeCount'])
   const  beforeClose=  (action) =>
     new Promise(async (resolve) => {
       if (action === 'confirm') {

+ 1 - 1
src/views/inbound/blindCollection/components/ProductDate.vue

@@ -22,7 +22,7 @@ const show = () => {
 }
 
 const pickerValue = ref(['2023', '01', '01'])
-const emit = defineEmits()
+const emit = defineEmits(['ProductDate'])
 const onConfirm=({ selectedValues })=>{
   result.value = selectedValues.join('-');
   pickerValue.value = selectedValues;

+ 1 - 1
src/views/inbound/blindCollection/components/ResetData.vue

@@ -36,7 +36,7 @@ const show = async () => {
     },200)
   }
   //输入数量
-  const emit = defineEmits()
+  const emit = defineEmits(['resetData'])
   const  beforeClose=  (action) =>
     new Promise(async (resolve) => {
       if (action === 'confirm') {

+ 1 - 1
src/views/outbound/picking/components/BarcodeCombine.vue

@@ -54,7 +54,7 @@ const show = async () => {
   },200)
 }
 //输入拣货容器号
-const emit = defineEmits()
+const emit = defineEmits(['setCombine'])
 const  beforeClose = (action) =>
   new Promise(async (resolve) => {
     if (action === 'confirm') {

+ 1 - 1
src/views/outbound/picking/components/ContainerNoInput.vue

@@ -45,7 +45,7 @@ const show = async (code,type) => {
     },200)
   }
   //输入拣货容器号
-  const emit = defineEmits()
+  const emit = defineEmits(['setContainer'])
   const  beforeClose=  (action) =>
     new Promise(async (resolve) => {
       if (action === 'confirm') {

+ 1 - 1
src/views/outbound/picking/components/InputBarcode.vue

@@ -35,7 +35,7 @@ const show = async (code,desc) => {
     },200)
   }
   //输入拣货容器号
-  const emit = defineEmits()
+  const emit = defineEmits(['setBarcode'])
   const  beforeClose=  (action) =>
     new Promise(async (resolve) => {
       if (action === 'confirm') {

+ 1 - 1
src/views/outbound/picking/components/PickingNoInput.vue

@@ -33,7 +33,7 @@
     },300)
   }
   //输入拣货任务号查询任务
-  const emit = defineEmits()
+  const emit = defineEmits(['loadData'])
   const  beforeClose=  (action) =>
     new Promise(async (resolve) => {
       if (action === 'confirm') {

+ 1 - 1
src/views/outbound/picking/components/SelectOwner.vue

@@ -39,7 +39,7 @@ const columns = computed(() => {
     selectOwnerTrueFalseBy.value = true
   }
   const pickerValue = ref([{ text: '全部', value: 'all' }]);
-  const emit = defineEmits()
+  const emit = defineEmits(['queryOwner'])
   const onConfirm=({ selectedValues, selectedOptions })=>{
     pickerValue.value = selectedValues;
     fieldValue.value = selectedOptions[0].value