li.shaoyi 2 rokov pred
rodič
commit
abcbc4847b

+ 0 - 1
src/packages/mobile/views/mine/wareorder/components/pickup/index.vue

@@ -19,7 +19,6 @@
                         </Field>
                         <Field name="OrderQty" label="提货数量" v-model="orderQty" placeholder="请输入提货数量"
                             :rules="formRules.orderQty" />
-
                         <Field label="提货方式" readonly>
                             <template #input>
                                 <RadioGroup v-model="formData.AppointmentModel" direction="horizontal">

+ 4 - 4
src/packages/mobile/views/mine/wareorder/wroutinapplydetail/index.vue

@@ -11,7 +11,9 @@
                 <Cell title="提货方式" :value="detail.appointmentmodeldisplay" />
                 <Cell title="联系人" :value="detail.contactname" />
                 <Cell title="联系方式" :value="detail.contactnum" />
-                <Cell title="目的地地址" :value="detail.address" v-if="detail.applytype === 3" />
+                <Cell title="目的地地址"
+                    :value="[detail.provincename, detail.cityname, detail.districtname, detail.address].join(' ')"
+                    v-if="detail.appointmentmodel === 1" />
                 <Cell title="发票信息" title-style="flex:none" v-if="detail.appointmentremark">
                     <template #value>
                         <div style="white-space: pre-line">{{ detail.appointmentremark }}</div>
@@ -41,6 +43,4 @@ if (item) {
 }
 </script>
 
-<style lang="less">
-@import './index.less';
-</style>
+<style lang="less">@import './index.less';</style>

+ 8 - 0
src/types/model/order.d.ts

@@ -468,16 +468,22 @@ declare namespace Model {
         bannerpicurl: string
         /// 开始交易日(yyyymmdd)
         begindate: string
+        cityid: number; // 市
+        cityname: string; // 城市名称
         /// 联系人
         contactname: string
         /// 联系方式
         contactnum: string
+        countryid: number; // 国家
+        countryname: string; // 国家名称
         /// 品种代码
         deliverygoodscode: string
         /// 品种ID
         deliverygoodsid: number
         /// 品种名称
         deliverygoodsname: string
+        districtid: number; // 区
+        districtname: string; // 地区名称
         /// 结束交易日(yyyymmdd)
         enddate: string
         /// 单位名称
@@ -490,6 +496,8 @@ declare namespace Model {
         minivalue: number
         /// 选择项比较串【{选择项ID}+{冒号}+选择项值 } ,逗号分隔,头尾加逗号】-- 所有选择项拼接,用于比较
         optioncompare: string
+        provinceid: number; // 省
+        provincename: string; // 省名称
         /// 数量
         qty: number
         /// 用户id