doum
2025-09-04 39558315f07fbef394ccc8a3888a4bd6c817a6f5
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' })
            }