智慧农业后台管理页面
guoshilong
2022-08-04 9f1483a17a6d5b2fc43580a54ca96e9fccd3b1af
src/views/farmplant/process.vue
@@ -315,7 +315,6 @@
                strainId: "",
                saleNum: "",
                remarks: "",
                reason: "0",
                lossTime: "",
                processName:"",
@@ -480,12 +479,12 @@
                        prop: "reason",
                        span: 24,
                        type: "select",
                        value: "0",
                        dicData: [
                            {
                                label: "库存损耗",
                                value: "0",
                            }],
                        // value: "0",
                        dicUrl:"/api/blade-system/dict-biz/dictionary?code=lossReason",
                        props: {
                            label: "dictValue",
                            value: "dictKey"
                        },
                        rules: [
                            {
                                required: true,