huang_an %!s(int64=2) %!d(string=hai) anos
pai
achega
38f0660e80
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/views/warehouseManagement/outgoingManagement/add.vue

+ 4 - 4
src/views/warehouseManagement/outgoingManagement/add.vue

@@ -1118,10 +1118,10 @@
         if (!this.title) return this.$message.error('请选择出库产品类型');
         if (!this.formData.bizType && this.formData.bizType !== 0)
           return this.$message.error('请选择出库场景');
-
-        if (this.formData.bizType == 4 && !this.formData.sourceBizNo) {
-          return this.$message.error('请选择来源单据');
-        }
+        // && !this.formData.sourceBizNo
+        // if (this.formData.bizType == 4) {
+        //   return this.$message.error('请选择来源单据');
+        // }
 
         this.$refs.assetsDialogRef.open();
       },