doum
2025-09-04 9d901b4215323c97a00a068cd962f5c9c04dadfa
small-program/pages/packaging-worker/packaging-worker.vue
@@ -251,12 +251,16 @@
            if (!this.form.categoryId) {
               return uni.showToast({ title: '请选择分拣品种', icon: 'none' })
            }
            if (this.form.carType !=0 && !this.form.priceNum1) {
               var t = this.form.carType ==1?"工作时长":"包装重量"
               return uni.showToast({ title: '请输入'+t, icon: 'none' })
            }
            if (!this.form.priceNum2) {
               return uni.showToast({ title: '请输入用工数量', icon: 'none' })
            }
            if (!this.form.price) {
               return uni.showToast({ title: '请输入费用标准', icon: 'none' })
            }
            }
            if (!this.form.linkPhone) {
               return uni.showToast({ title: '请输入联系电话', icon: 'none' })
            }