浏览代码

库存管理-修改查询条件名称

jingbb 5 月之前
父节点
当前提交
c79b2c7576
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/inventiry/otherIn/othernList.vue
  2. 1 1
      src/views/inventiry/purchaseIn/purchaseInList.vue

+ 1 - 1
src/views/inventiry/otherIn/othernList.vue

@@ -24,7 +24,7 @@
                 </a-form-item>
               </a-col>
               <a-col :lg="8">
-                <a-form-item name="customerName">
+                <a-form-item name="supplier">
                   <template #label><span title="供应商(supplier)">供应商(supplier)</span></template>
                   <a-input placeholder="请输入供应商(supplier)" v-model:value="queryParam.supplier" allow-clear ></a-input>
                 </a-form-item>

+ 1 - 1
src/views/inventiry/purchaseIn/purchaseInList.vue

@@ -24,7 +24,7 @@
                 </a-form-item>
               </a-col>
               <a-col :lg="8">
-                <a-form-item name="customerName">
+                <a-form-item name="supplier">
                   <template #label><span title="供应商(supplier)">供应商(supplier)</span></template>
                   <a-input placeholder="请输入供应商(supplier)" v-model:value="queryParam.supplier" allow-clear ></a-input>
                 </a-form-item>