Merge branch 'master' of http://git.xdadan.com/tanex/emis-frontend
This commit is contained in:
commit
f0e49d5acf
@ -13,7 +13,7 @@
|
|||||||
>
|
>
|
||||||
<el-option v-for="option in options" :key="option.item.path" :value="option.item" :label="option.item.title.join(' > ')" />
|
<el-option v-for="option in options" :key="option.item.path" :value="option.item" :label="option.item.title.join(' > ')" />
|
||||||
</el-select>
|
</el-select>
|
||||||
<div style="margin-top: 20px;">
|
<div style="margin-top: 20px;display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; padding-top: 5px;">
|
||||||
<el-button size="mini" type="text" plain v-for="(quickItem,index) in quickActionList" :key="index" @click="change(quickItem)"><span>{{ quickItem.title }}</span></el-button>
|
<el-button size="mini" type="text" plain v-for="(quickItem,index) in quickActionList" :key="index" @click="change(quickItem)"><span>{{ quickItem.title }}</span></el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -53,7 +53,6 @@ watch: {
|
|||||||
},
|
},
|
||||||
searchPool(list) {
|
searchPool(list) {
|
||||||
this.initFuse(list)
|
this.initFuse(list)
|
||||||
this.initQuickActionList();
|
|
||||||
},
|
},
|
||||||
show(value) {
|
show(value) {
|
||||||
if (value) {
|
if (value) {
|
||||||
@ -65,6 +64,7 @@ watch: {
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.searchPool = this.generateRoutes(this.routes);
|
this.searchPool = this.generateRoutes(this.routes);
|
||||||
|
this.initQuickActionList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
initQuickActionList() {
|
initQuickActionList() {
|
||||||
@ -101,6 +101,7 @@ methods: {
|
|||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.show = false
|
this.show = false
|
||||||
})
|
})
|
||||||
|
this.initQuickActionList();
|
||||||
},
|
},
|
||||||
initFuse(list) {
|
initFuse(list) {
|
||||||
this.fuse = new Fuse(list, {
|
this.fuse = new Fuse(list, {
|
||||||
|
|||||||
@ -28,34 +28,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="quick-tool" style="line-height: 34px;">
|
<div class="quick-tool" style="line-height: 34px;">
|
||||||
<el-popover
|
<el-popover
|
||||||
|
|
||||||
placement="right"
|
placement="right"
|
||||||
width="400"
|
width="400"
|
||||||
trigger="click"
|
trigger="click"
|
||||||
ref="popoverRef"
|
ref="popoverRef"
|
||||||
effect="light"
|
effect="light"
|
||||||
:show-arrow="false"
|
:show-arrow="false"
|
||||||
|
:persistent="false"
|
||||||
|
@show="refreshId=Math.random().toString(36).substring(3,10)"
|
||||||
>
|
>
|
||||||
<!--
|
<search3 id="header-search" :key="refreshId"/>
|
||||||
ref="popoverRef"
|
|
||||||
width="400"
|
|
||||||
placement="right-bottom"
|
|
||||||
trigger="click"
|
|
||||||
popper-class="quick-menu-popover"
|
|
||||||
:offset="{ x: 10, y: 10 }"
|
|
||||||
:show-arrow="false"
|
|
||||||
:open-delay="500"
|
|
||||||
|
|
||||||
placement="right"
|
|
||||||
width="200"
|
|
||||||
trigger="hover"
|
|
||||||
ref="popoverRef"
|
|
||||||
effect="light"
|
|
||||||
:show-arrow="false"
|
|
||||||
-->
|
|
||||||
<!-- <div style="text-align: center;">
|
|
||||||
</div> -->
|
|
||||||
<search3 id="header-search"/>
|
|
||||||
<span slot="reference">
|
<span slot="reference">
|
||||||
<i class="icon iconfont icon-icon_menhukuaijiecaidan" ></i>
|
<i class="icon iconfont icon-icon_menhukuaijiecaidan" ></i>
|
||||||
</span>
|
</span>
|
||||||
@ -79,6 +61,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
refreshId:'0',
|
||||||
// 当前激活菜单的 index
|
// 当前激活菜单的 index
|
||||||
currentIndex: undefined,
|
currentIndex: undefined,
|
||||||
domainId:undefined,
|
domainId:undefined,
|
||||||
|
|||||||
@ -21,7 +21,7 @@ const mutations = {
|
|||||||
try{
|
try{
|
||||||
var addActionLogData = {
|
var addActionLogData = {
|
||||||
title: view.meta.title,
|
title: view.meta.title,
|
||||||
path: view.path,
|
path: view.fullPath,
|
||||||
menuId: view.meta.menuId,
|
menuId: view.meta.menuId,
|
||||||
navPath: "",
|
navPath: "",
|
||||||
groupName: "",
|
groupName: "",
|
||||||
|
|||||||
@ -13,13 +13,13 @@
|
|||||||
<el-row :gutter="0" style="display: flex;flex-wrap: wrap;">
|
<el-row :gutter="0" style="display: flex;flex-wrap: wrap;">
|
||||||
<!-- 运单录入 -->
|
<!-- 运单录入 -->
|
||||||
|
|
||||||
<el-col :span="6" v-if="action=='add'">
|
<el-col :span="6" v-if="action=='add' || action=='preAdd'">
|
||||||
<el-form-item :label="$t('发货时间')" prop="sendDate">
|
<el-form-item :label="$t('发货时间')" prop="sendDate">
|
||||||
<el-input v-model="sendDate" placeholder="" disabled />
|
<el-input v-model="sendDate" placeholder="" disabled />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :span="18" v-if="action=='add'">
|
<el-col :span="18" v-if="action=='add' || action=='preAdd'">
|
||||||
<el-form-item :label="$t('运单号')" prop="billCode" >
|
<el-form-item :label="$t('运单号')" prop="billCode" >
|
||||||
<div style="display:inline-flex">
|
<div style="display:inline-flex">
|
||||||
<div>
|
<div>
|
||||||
@ -158,7 +158,7 @@
|
|||||||
|
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<div v-if="action=='add'" style="position: absolute;right: 80px;top: 60px;z-index: 100;">
|
<div v-if="action=='add' || action=='preAdd'" style="position: absolute;right: 80px;top: 60px;z-index: 100;">
|
||||||
<div v-if="totalAvailablePag.mainHasCnt>0" style="display:inline-flex;font-size: 15px;font-weight: 700;">
|
<div v-if="totalAvailablePag.mainHasCnt>0" style="display:inline-flex;font-size: 15px;font-weight: 700;">
|
||||||
|
|
||||||
<div style="width:230px">
|
<div style="width:230px">
|
||||||
@ -296,8 +296,8 @@
|
|||||||
<div style="display:inline-flex">
|
<div style="display:inline-flex">
|
||||||
<country-picker2 v-model="form.reciever.country" ></country-picker2>
|
<country-picker2 v-model="form.reciever.country" ></country-picker2>
|
||||||
<ProvincePicker2 v-model="form.reciever.province" :countryCode="form.reciever.country" style="margin-left:5px" @onChange="handleCalcDestSite" ></ProvincePicker2>
|
<ProvincePicker2 v-model="form.reciever.province" :countryCode="form.reciever.country" style="margin-left:5px" @onChange="handleCalcDestSite" ></ProvincePicker2>
|
||||||
<city-picker2 v-model="form.reciever.city" :parentCode="form.reciever.province" style="margin-left:5px"></city-picker2>
|
<city-picker2 v-model="form.reciever.city" :parentCode="form.reciever.province" style="margin-left:5px" @onChange="handleCalcDestSite" ></city-picker2>
|
||||||
<district-picker2 v-model="form.reciever.county" :parentCode="form.reciever.city" style="margin-left:5px"></district-picker2>
|
<district-picker2 v-model="form.reciever.county" :parentCode="form.reciever.city" style="margin-left:5px" @onChange="handleCalcDestSite" ></district-picker2>
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
@ -313,8 +313,8 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item :label="$t('目的网点')" prop="dispatchUnderlingSiteCode">
|
<el-form-item :label="$t('目的网点')" prop="dispatchUnderlingSiteName">
|
||||||
<el-input v-model="form.dispatchUnderlingSiteCode" placeholder="" disabled />
|
<el-input v-model="form.dispatchUnderlingSiteName" placeholder="" disabled />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
@ -674,7 +674,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :span="24" v-if="action=='add'">
|
<el-col :span="24" v-if="action=='add' || action=='preAdd' ">
|
||||||
<el-form-item :label="$t('打印选项')" prop="printTypeCheckList">
|
<el-form-item :label="$t('打印选项')" prop="printTypeCheckList">
|
||||||
<el-checkbox-group v-model="form.printTypeCheckList">
|
<el-checkbox-group v-model="form.printTypeCheckList">
|
||||||
<el-checkbox :key="0" :label="0" >
|
<el-checkbox :key="0" :label="0" >
|
||||||
@ -689,7 +689,7 @@
|
|||||||
</el-checkbox-group>
|
</el-checkbox-group>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24" v-if="action=='add'">
|
<el-col :span="24" v-if="action=='add' || action=='preAdd'">
|
||||||
<el-form-item :label="$t('打印组件')" prop="printTypeCheckList">
|
<el-form-item :label="$t('打印组件')" prop="printTypeCheckList">
|
||||||
<TanexPrinterPanel ref="tanexPrinter" :isShowPinters="true" v-model="printerStatus" @onPrint="handleBatchPrint" :isInitA4="false" @onPrintComplete="onComplete"></TanexPrinterPanel>
|
<TanexPrinterPanel ref="tanexPrinter" :isShowPinters="true" v-model="printerStatus" @onPrint="handleBatchPrint" :isInitA4="false" @onPrintComplete="onComplete"></TanexPrinterPanel>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@ -853,7 +853,7 @@ data() {
|
|||||||
{ required: true, message: "收货人国家不能为空", trigger: ["blur",'change'] }
|
{ required: true, message: "收货人国家不能为空", trigger: ["blur",'change'] }
|
||||||
],
|
],
|
||||||
province: [
|
province: [
|
||||||
{ required: true, message: "省不能为空", trigger: ["blur",'change'] }
|
{ required: true, message: "收货省不能为空", trigger: ["blur",'change'] }
|
||||||
],
|
],
|
||||||
company: [
|
company: [
|
||||||
{ required: true, message: "发件公司不能为空", trigger: ["blur",'change'] }
|
{ required: true, message: "发件公司不能为空", trigger: ["blur",'change'] }
|
||||||
@ -1456,6 +1456,7 @@ methods: {
|
|||||||
destinationCountry: null,
|
destinationCountry: null,
|
||||||
destinationCode: null,
|
destinationCode: null,
|
||||||
dispatchUnderlingSiteCode: null,
|
dispatchUnderlingSiteCode: null,
|
||||||
|
dispatchUnderlingSiteName:null,
|
||||||
destinationCenterCode: null,
|
destinationCenterCode: null,
|
||||||
marketManCode: null,
|
marketManCode: null,
|
||||||
payee: null,
|
payee: null,
|
||||||
@ -1523,7 +1524,7 @@ methods: {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
startTimer(){
|
startTimer(){
|
||||||
if(this.action=='add'){
|
if(this.action=='add' || action=='preAdd'){
|
||||||
this.sendDate=parseTime(new Date());
|
this.sendDate=parseTime(new Date());
|
||||||
this.timer = setTimeout(this.startTimer, 1000);
|
this.timer = setTimeout(this.startTimer, 1000);
|
||||||
}
|
}
|
||||||
@ -1641,7 +1642,11 @@ methods: {
|
|||||||
},
|
},
|
||||||
calcDestSite(){
|
calcDestSite(){
|
||||||
let queryParams = {
|
let queryParams = {
|
||||||
province:this.form.reciever.province
|
country:this.form.reciever.country,
|
||||||
|
province:this.form.reciever.province,
|
||||||
|
city:this.form.reciever.city,
|
||||||
|
county:this.form.reciever.city,
|
||||||
|
address:this.form.reciever.address
|
||||||
};
|
};
|
||||||
|
|
||||||
if(this.form.reciever.province){
|
if(this.form.reciever.province){
|
||||||
@ -1651,7 +1656,7 @@ methods: {
|
|||||||
this.form.dispatchSite = response.data.siteName;
|
this.form.dispatchSite = response.data.siteName;
|
||||||
|
|
||||||
this.form.dispatchUnderlingSiteCode= response.data.siteCode;
|
this.form.dispatchUnderlingSiteCode= response.data.siteCode;
|
||||||
this.form.dispatchUnderlingSite= response.data.siteName;
|
this.form.dispatchUnderlingSiteName= response.data.siteName;
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -1846,10 +1851,9 @@ methods: {
|
|||||||
onDestinationChange(item){
|
onDestinationChange(item){
|
||||||
// this.form.destinationCode = item.destCode;
|
// this.form.destinationCode = item.destCode;
|
||||||
this.form.dispatchUnderlingSiteCode= item.siteCode;
|
this.form.dispatchUnderlingSiteCode= item.siteCode;
|
||||||
this.form.dispatchSiteCode= item.siteCode;
|
// this.form.dispatchSiteCode= item.siteCode;
|
||||||
|
this.form.dispatchUnderlingSiteName= item.siteName;
|
||||||
this.form.dispatchUnderlingSite= item.siteName;
|
// this.form.dispatchSite= item.siteName;
|
||||||
this.form.dispatchSite= item.siteName;
|
|
||||||
},
|
},
|
||||||
onGoodsChange(goodsList,selNameStr){
|
onGoodsChange(goodsList,selNameStr){
|
||||||
this.form.goodsInfo = selNameStr;
|
this.form.goodsInfo = selNameStr;
|
||||||
|
|||||||
@ -13,13 +13,13 @@
|
|||||||
<el-row :gutter="0" style="display: flex;flex-wrap: wrap;">
|
<el-row :gutter="0" style="display: flex;flex-wrap: wrap;">
|
||||||
<!-- 运单录入 -->
|
<!-- 运单录入 -->
|
||||||
|
|
||||||
<el-col :span="6" v-if="action=='add'">
|
<el-col :span="6" v-if="action=='add' || action=='preAdd'">
|
||||||
<el-form-item :label="$t('发货时间')" prop="sendDate">
|
<el-form-item :label="$t('发货时间')" prop="sendDate">
|
||||||
<el-input v-model="sendDate" placeholder="" disabled />
|
<el-input v-model="sendDate" placeholder="" disabled />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :span="18" v-if="action=='add'">
|
<el-col :span="18" v-if="action=='add' || action=='preAdd'">
|
||||||
<el-form-item :label="$t('运单号')" prop="billCode" >
|
<el-form-item :label="$t('运单号')" prop="billCode" >
|
||||||
<div style="display:inline-flex">
|
<div style="display:inline-flex">
|
||||||
<div>
|
<div>
|
||||||
@ -158,7 +158,7 @@
|
|||||||
|
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<div v-if="action=='add'" style="position: absolute;right: 80px;top: 60px;z-index: 100;">
|
<div v-if="action=='add' || action=='preAdd'" style="position: absolute;right: 80px;top: 60px;z-index: 100;">
|
||||||
<div v-if="totalAvailablePag.mainHasCnt>0" style="display:inline-flex;font-size: 15px;font-weight: 700;">
|
<div v-if="totalAvailablePag.mainHasCnt>0" style="display:inline-flex;font-size: 15px;font-weight: 700;">
|
||||||
|
|
||||||
<div style="width:230px">
|
<div style="width:230px">
|
||||||
@ -296,8 +296,8 @@
|
|||||||
<div style="display:inline-flex">
|
<div style="display:inline-flex">
|
||||||
<country-picker2 v-model="form.reciever.country" ></country-picker2>
|
<country-picker2 v-model="form.reciever.country" ></country-picker2>
|
||||||
<ProvincePicker2 v-model="form.reciever.province" :countryCode="form.reciever.country" style="margin-left:5px" @onChange="handleCalcDestSite" ></ProvincePicker2>
|
<ProvincePicker2 v-model="form.reciever.province" :countryCode="form.reciever.country" style="margin-left:5px" @onChange="handleCalcDestSite" ></ProvincePicker2>
|
||||||
<city-picker2 v-model="form.reciever.city" :parentCode="form.reciever.province" style="margin-left:5px"></city-picker2>
|
<city-picker2 v-model="form.reciever.city" :parentCode="form.reciever.province" style="margin-left:5px" @onChange="handleCalcDestSite" ></city-picker2>
|
||||||
<district-picker2 v-model="form.reciever.county" :parentCode="form.reciever.city" style="margin-left:5px"></district-picker2>
|
<district-picker2 v-model="form.reciever.county" :parentCode="form.reciever.city" style="margin-left:5px" @onChange="handleCalcDestSite" ></district-picker2>
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
@ -313,8 +313,8 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item :label="$t('目的网点')" prop="dispatchUnderlingSiteCode">
|
<el-form-item :label="$t('目的网点')" prop="dispatchUnderlingSiteName">
|
||||||
<el-input v-model="form.dispatchUnderlingSiteCode" placeholder="" disabled />
|
<el-input v-model="form.dispatchUnderlingSiteName" placeholder="" disabled />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
@ -674,7 +674,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :span="24" v-if="action=='add'">
|
<el-col :span="24" v-if="action=='add' || action=='preAdd' ">
|
||||||
<el-form-item :label="$t('打印选项')" prop="printTypeCheckList">
|
<el-form-item :label="$t('打印选项')" prop="printTypeCheckList">
|
||||||
<el-checkbox-group v-model="form.printTypeCheckList">
|
<el-checkbox-group v-model="form.printTypeCheckList">
|
||||||
<el-checkbox :key="0" :label="0" >
|
<el-checkbox :key="0" :label="0" >
|
||||||
@ -689,7 +689,7 @@
|
|||||||
</el-checkbox-group>
|
</el-checkbox-group>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24" v-if="action=='add'">
|
<el-col :span="24" v-if="action=='add' || action=='preAdd'">
|
||||||
<el-form-item :label="$t('打印组件')" prop="printTypeCheckList">
|
<el-form-item :label="$t('打印组件')" prop="printTypeCheckList">
|
||||||
<TanexPrinterPanel ref="tanexPrinter" :isShowPinters="true" v-model="printerStatus" @onPrint="handleBatchPrint" :isInitA4="false" @onPrintComplete="onComplete"></TanexPrinterPanel>
|
<TanexPrinterPanel ref="tanexPrinter" :isShowPinters="true" v-model="printerStatus" @onPrint="handleBatchPrint" :isInitA4="false" @onPrintComplete="onComplete"></TanexPrinterPanel>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
@ -853,7 +853,7 @@ data() {
|
|||||||
{ required: true, message: "收货人国家不能为空", trigger: ["blur",'change'] }
|
{ required: true, message: "收货人国家不能为空", trigger: ["blur",'change'] }
|
||||||
],
|
],
|
||||||
province: [
|
province: [
|
||||||
{ required: true, message: "省不能为空", trigger: ["blur",'change'] }
|
{ required: true, message: "收货省不能为空", trigger: ["blur",'change'] }
|
||||||
],
|
],
|
||||||
company: [
|
company: [
|
||||||
{ required: true, message: "发件公司不能为空", trigger: ["blur",'change'] }
|
{ required: true, message: "发件公司不能为空", trigger: ["blur",'change'] }
|
||||||
@ -1456,6 +1456,7 @@ methods: {
|
|||||||
destinationCountry: null,
|
destinationCountry: null,
|
||||||
destinationCode: null,
|
destinationCode: null,
|
||||||
dispatchUnderlingSiteCode: null,
|
dispatchUnderlingSiteCode: null,
|
||||||
|
dispatchUnderlingSiteName:null,
|
||||||
destinationCenterCode: null,
|
destinationCenterCode: null,
|
||||||
marketManCode: null,
|
marketManCode: null,
|
||||||
payee: null,
|
payee: null,
|
||||||
@ -1523,7 +1524,7 @@ methods: {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
startTimer(){
|
startTimer(){
|
||||||
if(this.action=='add'){
|
if(this.action=='add' || action=='preAdd'){
|
||||||
this.sendDate=parseTime(new Date());
|
this.sendDate=parseTime(new Date());
|
||||||
this.timer = setTimeout(this.startTimer, 1000);
|
this.timer = setTimeout(this.startTimer, 1000);
|
||||||
}
|
}
|
||||||
@ -1641,7 +1642,11 @@ methods: {
|
|||||||
},
|
},
|
||||||
calcDestSite(){
|
calcDestSite(){
|
||||||
let queryParams = {
|
let queryParams = {
|
||||||
province:this.form.reciever.province
|
country:this.form.reciever.country,
|
||||||
|
province:this.form.reciever.province,
|
||||||
|
city:this.form.reciever.city,
|
||||||
|
county:this.form.reciever.city,
|
||||||
|
address:this.form.reciever.address
|
||||||
};
|
};
|
||||||
|
|
||||||
if(this.form.reciever.province){
|
if(this.form.reciever.province){
|
||||||
@ -1651,7 +1656,7 @@ methods: {
|
|||||||
this.form.dispatchSite = response.data.siteName;
|
this.form.dispatchSite = response.data.siteName;
|
||||||
|
|
||||||
this.form.dispatchUnderlingSiteCode= response.data.siteCode;
|
this.form.dispatchUnderlingSiteCode= response.data.siteCode;
|
||||||
this.form.dispatchUnderlingSite= response.data.siteName;
|
this.form.dispatchUnderlingSiteName= response.data.siteName;
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -1846,10 +1851,9 @@ methods: {
|
|||||||
onDestinationChange(item){
|
onDestinationChange(item){
|
||||||
// this.form.destinationCode = item.destCode;
|
// this.form.destinationCode = item.destCode;
|
||||||
this.form.dispatchUnderlingSiteCode= item.siteCode;
|
this.form.dispatchUnderlingSiteCode= item.siteCode;
|
||||||
this.form.dispatchSiteCode= item.siteCode;
|
// this.form.dispatchSiteCode= item.siteCode;
|
||||||
|
this.form.dispatchUnderlingSiteName= item.siteName;
|
||||||
this.form.dispatchUnderlingSite= item.siteName;
|
// this.form.dispatchSite= item.siteName;
|
||||||
this.form.dispatchSite= item.siteName;
|
|
||||||
},
|
},
|
||||||
onGoodsChange(goodsList,selNameStr){
|
onGoodsChange(goodsList,selNameStr){
|
||||||
this.form.goodsInfo = selNameStr;
|
this.form.goodsInfo = selNameStr;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user