Kaynağa Gözat

销售发票-添加组织字段筛选条件

jingbb 2 ay önce
ebeveyn
işleme
5a0cdab90f

+ 9 - 0
src/views/saleCode/salesInvoice/salesInvoiceList.vue

@@ -52,6 +52,15 @@
                 <JInput placeholder="请输入" v-model:value="queryParam.orderNumber" allow-clear AutoComplete="off" />
               </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>
             <a-col :lg="8">
               <a-form-item name="submit">
                 <template #label><span title="提交(submit)">提交(submit)</span></template>