yuansh 1 mese fa
parent
commit
11a8c86d64

+ 10 - 0
src/views/purchase/purchaseOrder/PurchaseOrderFormList.vue

@@ -118,6 +118,16 @@
                 <JDictSelectTag v-model:value="queryParam.status" placeholder="请选择" dictCode="yes_or_no" />
               </a-form-item>
             </a-col>
+            
+            <a-col :lg="8">
+              <a-form-item name="organize">
+                <template #label><span title="组织(organize)">组织(organize)</span></template>
+                <a-select v-model:value="queryParam.organize">
+                  <a-select-option value="上海">上海</a-select-option>
+                  <a-select-option value="香港">香港</a-select-option>
+                </a-select>
+              </a-form-item>
+            </a-col>
           </template>
           <a-col :xl="6" :lg="7" :md="8" :sm="24">
             <span style="float: left; overflow: hidden" class="table-page-search-submitButtons">

+ 10 - 0
src/views/saleCode/salesOrder/SaleOrderFormList.vue

@@ -161,6 +161,16 @@
                 />
               </a-form-item>
             </a-col>
+            
+            <a-col :lg="8">
+              <a-form-item name="organize">
+                <template #label><span title="组织(organize)">组织(organize)</span></template>
+                <a-select v-model:value="queryParam.organize">
+                  <a-select-option value="上海">上海</a-select-option>
+                  <a-select-option value="香港">香港</a-select-option>
+                </a-select>
+              </a-form-item>
+            </a-col>
           </template>
           <a-col :xl="6" :lg="7" :md="8" :sm="24">
             <span style="float: left; overflow: hidden" class="table-page-search-submitButtons">