Browse Source

现存量-字段更改

jingbb 4 tháng trước cách đây
mục cha
commit
ec764d07cd

+ 2 - 2
src/views/inventiry/existingQuantity/existingQuantityForm.data.ts

@@ -9,7 +9,7 @@ export const columns: BasicColumn[] = [
    {
     title: '仓库(warehouse)',
     align:"center",
-    dataIndex: 'billCode'
+    dataIndex: 'warehouseName'
    },   
    {
     title: '货位(goods allocation)',
@@ -81,7 +81,7 @@ export const columns: BasicColumn[] = [
    {
     title: '数量(quantity)',
     align:"center",
-    dataIndex: 'quantityt',
+    dataIndex: 'quantity',
     width:'250'
    },
 ];

+ 3 - 9
src/views/inventiry/existingQuantity/existingQuantityList.vue

@@ -7,7 +7,7 @@
             <a-col :lg="8">
                 <a-form-item name="warehouse">
                   <template #label><span title="仓库(warehouse)">仓库(warehouse)</span></template>
-                  <a-input placeholder="请输入仓库(warehouse)" v-model:value="queryParam.warehouse" allow-clear ></a-input>
+                  <a-input placeholder="请输入仓库(warehouse)" v-model:value="queryParam.warehouseName" allow-clear ></a-input>
                 </a-form-item>
             </a-col> 
             <a-col :lg="8">
@@ -20,13 +20,13 @@
               <a-col :lg="8">
                 <a-form-item name="project">
                   <template #label><span title="项目(project)">项目(project)</span></template>
-                  <a-input v-model:value="queryParam.project" placeholder="请选择"/>
+                  <a-input v-model:value="queryParam.projectName" placeholder="请选择"/>
                 </a-form-item>
               </a-col>
               <a-col :lg="8">
                 <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-input placeholder="请输入供应商(supplier)" v-model:value="queryParam.supplierName" allow-clear ></a-input>
                 </a-form-item>
               </a-col>
               <a-col :lg="8">
@@ -59,12 +59,6 @@
                   <a-input placeholder="请输" v-model:value="queryParam.batchCode" allow-clear ></a-input>
                 </a-form-item>
               </a-col>
-              <a-col :lg="8">
-                <a-form-item name="salesman">
-                  <template #label><span title="业务员(salesman)">salesman</span></template>
-                  <a-input placeholder="请输" v-model:value="queryParam.salesman" allow-clear ></a-input>
-                </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">