Kirin 3 years ago
parent
commit
9aa01e0e77
1 changed files with 12 additions and 0 deletions
  1. 12 0
      app/admin/view/system/system_store/add.php

+ 12 - 0
app/admin/view/system/system_store/add.php

@@ -131,6 +131,17 @@
                                     </i-Col>
                                 </Row>
                             </Form-Item>
+                            <Form-Item>
+                                <Row>
+                                    <i-Col span="13">
+                                        <span>第三方门店:</span>
+                                        <i-RadioGroup v-model = "form.is_triple">
+                                            <i-Radio label="1">是</i-Radio>
+                                            <i-Radio label="0">否</i-Radio>
+                                        </i-RadioGroup>
+                                    </i-Col>
+                                </Row>
+                            </Form-Item>
                         </template>
                         <Form-Item>
                             <Row>
@@ -181,6 +192,7 @@
                         day_time:storeData.day_time || [],          
                         terminal_number:storeData.terminal_number||'',
                         uid:storeData.uid||0,
+                        is_triple:storeData.is_triple||0,
                     },
                     visible:false,
                 }