Browse Source

吉永加日期起止和箱号

caojunjie 1 year ago
parent
commit
f639d78679

+ 19 - 0
src/views/financialManagement/compareBill/configuration/detailsPage.json

@@ -48,6 +48,13 @@
       "index": 3
     },
     {
+      "label": "箱号",
+      "prop": "srcSysno",
+      "overHidden": true,
+      "width": 200,
+      "index": 3
+    },
+    {
       "label": "费用名称",
       "prop": "itemName",
       "overHidden": true,
@@ -82,6 +89,18 @@
       "width": 120
     },
     {
+      "label": "日期起",
+      "prop": "rentStartDate",
+      "index": 8,
+      "width": 180
+    },
+    {
+      "label": "日期止",
+      "prop": "rentEndDate",
+      "index": 9,
+      "width": 180
+    },
+    {
       "label": "备注",
       "prop": "remarks",
       "overHidden": true,

+ 4 - 2
src/views/tirePartsMall/salesManagement/purchaseOrder/detailsPage.vue

@@ -50,7 +50,8 @@
                 <avue-form :option="optionForm" v-model="form" ref="form">
                     <template slot-scope="{row,index}" slot="contacts">
                         <!-- 联系人 -->
-                        <el-select v-model="form.contacts" placeholder="请选择" size="small" style="width:60%" filterable allow-create default-first-option
+                        <el-select v-model="form.contacts" placeholder="请选择" size="small" style="width:60%"
+                                   clearable filterable allow-create default-first-option
                             @change="contactsChange($event)" :disabled=isContacts>
                             <el-option v-for="item in contactsOption" :key="item.cname" :label="item.cname"
                                 :value="item.contacts" />
@@ -58,7 +59,8 @@
                     </template>
                     <template slot-scope="{row,index}" slot="recAddress">
                         <!-- 地址 -->
-                        <el-select v-model="form.recAddress" placeholder="请选择" size="small" style="width:60%" filterable allow-create default-first-option
+                        <el-select v-model="form.recAddress" placeholder="请选择" size="small" style="width:60%"
+                                   clearable filterable allow-create default-first-option
                             :disabled=isContacts>
                             <el-option v-for="item in recAddressOption" :key="item.id"
                                 :label="item.belongtoarea + item.detailedAddress"

+ 1 - 1
src/views/tirePartsMall/salesManagement/saleOrder/detailsPage.vue

@@ -51,7 +51,7 @@
                 <avue-form :option="optionForm" v-model="form" ref="form">
                     <template slot-scope="{row,index}" slot="contacts">
                         <el-select v-model="form.contacts" placeholder="请选择" size="small"
-                                   style="width:60%" filterable allow-create default-first-option
+                                   style="width:60%" clearable filterable allow-create default-first-option
                             @change="contactsChange($event)" :disabled=isContacts>
                             <el-option v-for="item in contactsOption" :key="item.id" :label="item.contacts"
                                 :value="item.contacts" />