Browse Source

2024-10-05

cmy 1 year ago
parent
commit
88211c12d3
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/pages/supplier/supplierAdd/index.vue

+ 11 - 0
src/pages/supplier/supplierAdd/index.vue

@@ -128,6 +128,16 @@
               />
             </FormItem>
           </Col>
+		  <Col span="24">
+		    <FormItem label="派单限额:">
+		      <InputNumber
+		       v-width="460"
+		        :min="0"
+		        v-model="formValidate.dispatch_total"
+		        placeholder="请输入派单限额"
+		      />
+		    </FormItem>
+		  </Col>
           <Col span="24">
             <FormItem label="排序:">
               <InputNumber
@@ -139,6 +149,7 @@
               />
             </FormItem>
           </Col>
+		  
           <Col span="24">
             <FormItem label="是否开启:">
               <i-switch