Browse Source

供应商履约单页面查询

jiandexin1 1 year ago
parent
commit
7245c6fa94
1 changed files with 3 additions and 17 deletions
  1. 3 17
      src/views/store/storeappoint/index.vue

+ 3 - 17
src/views/store/storeappoint/index.vue

@@ -125,27 +125,13 @@
             {
               label: "团购开始时间",
               labelWidth: 130,
-              prop: "grouponEndTime",
-              rules: [{
-                required: true,
-                message: "请输入团购开始时间",
-                trigger: "blur"
-              }]
-            },
-            {
-              label: "自提点名称",
-              labelWidth: 130,
-              prop: "takeName",
-              rules: [{
-                required: true,
-                message: "请输入自提点名称",
-                trigger: "blur"
-              }]
+              prop: "grouponStartTime",
+
             },
             {
               label: "履约单状态",
               labelWidth: 130,
-              prop: "state",
+              prop: "appointState",
               searchLabelWidth: 130,
               type: "select",
               dicUrl: "/api/blade-system/dict-biz/dictionary?code=appoint_state",