| | |
| | | </view> |
| | | <view class="selected-info"> |
| | | <view class="selected-info_label"> |
| | | 当前选择煤场 |
| | | 当前选择场地 |
| | | </view> |
| | | <view class="selected-info_text"> |
| | | <niceui-data-select-input v-model="filedId" |
| | | :localdata="filedNameList" |
| | | label="煤场选择" |
| | | placeholder="请选择煤场" |
| | | label="场地选择" |
| | | placeholder="请选择场地" |
| | | @change="filedChange"></niceui-data-select-input> |
| | | </view> |
| | | </view> |
| | |
| | | v-for="item in customerNameList" |
| | | @click="selectCustomer(item)"> |
| | | <view class="item-image"> |
| | | <image src="https://mx.jzeg.cn:9096/appimg/image/banner/address.png" |
| | | <image src="https://wrzs.czjlchem.com:9090/appimg/image/banner/address.png" |
| | | mode="widthFix" |
| | | style="width: 18px;"></image> |
| | | </view> |
| | |
| | | this.getShipToList() |
| | | }) |
| | | }, |
| | | // 根据部门获取煤场名称 |
| | | // 根据部门获取场地名称 |
| | | getDeptIdByFiledList() { |
| | | this.$reqGet('getDeptIdByFiledList', { deptId: this.deptId }).then(res => { |
| | | this.filedNameList = res.data.map(v => { |
| | |
| | | coalName: this.productName, |
| | | deptId: this.deptId, //部门Id |
| | | deptName: this.deptName, //部门名称 |
| | | filedId: this.filedId, //煤场Id |
| | | filedName: this.filedName, //煤场名称 |
| | | filedId: this.filedId, //场地Id |
| | | filedName: this.filedName, //场地名称 |
| | | orderType: "外购", |
| | | sendDate: this.sendDate, //发运时间 |
| | | xsUserId1: uni.getStorageSync('userId'), //用户id |