Commit 9ce956be by 刘泽奇

123

parent 36964a3d
......@@ -421,15 +421,15 @@
<div class="jdindentlist">
<div class="jdindentlist-inquire">
<div class="jdindentlist-inquire-form">
<div><span>产品名称:</span>
<el-input v-model="icbcChannelServiceNo" placeholder="请输入内容"></el-input>
</div>
<div><span>渠道单号:</span>
<el-input v-model="icbcChannelServiceNo" placeholder="请输入内容"></el-input>
</div>
<div><span>订单状态:</span>
<el-input v-model="icbcChannelServiceNo" placeholder="请输入内容"></el-input>
</div>
<div><span>产品名称:</span>
<el-input v-model="icbcChannelItemName" placeholder="请输入内容"></el-input>
</div>
<div><span>渠道单号:</span>
<el-input v-model="icbcChannelServiceNo" placeholder="请输入内容"></el-input>
</div>
<div><span>订单状态:</span>
<el-input v-model="icbcOrderStatus" placeholder="请输入内容"></el-input>
</div>
<!-- <div><span>订单编号:</span>
<el-input v-model="icbcChannelServiceNo" placeholder="请输入内容"></el-input>
</div>
......
......@@ -761,36 +761,23 @@
this.handleSizeChange();
},
icbcReset(){
this.icbcChannelItemName = null;
this.icbcChannelServiceNo = null;
this.icbcDeliveryOrderNo = null;
this.icbcItemName = null;
this.icbcCreateDate = null;
this.regionValue = null;
this.icbcName = null;
console.log(this.CreateDate);
this.icbcCheckedStatus = null;
this.icbcOrderStatus = null;
},
icbcFind(){
this.icbcIndentInfo.channelServiceNo = this.channelServiceNo;
this.icbcIndentInfo.deliveryOrderNo = this.deliveryOrderNo;
this.icbcIndentInfo.name = this.name;
this.icbcIndentInfo.itemCode = this.itemName;
this.icbcIndentInfo.tmName = this.tmName;
this.icbcIndentInfo.CreateDate = this.CreateDate;
this.icbcIndentInfo.deliveryStatus = this.checkedStatus;
this.icbcIndentInfo.startTime = this.startTime || "";
this.icbcIndentInfo.entTime = this.entTime || "";
this.handleSizeChange();
this.icbcIndentInfo.channelItemName = this.icbcChannelItemName;
this.icbcIndentInfo.channelServiceNo = this.icbcChannelServiceNo;
this.icbcIndentInfo.orderStatus = this.icbcOrderStatus;
this.getIcbcList();
},
dateChecked(v){
this.startTime = new Date(v[0]).toLocaleDateString('chinese', { hour12: false }).replace(/\//g, '-');
this.entTime = new Date(v[1]).toLocaleDateString('chinese', { hour12: false }).replace(/\//g, '-');
console.log(this.startTime, this.entTime);
},
icbcDateChecked(v){
this.icbcStartTime = new Date(v[0]).toLocaleDateString('chinese', { hour12: false }).replace(/\//g, '-');
this.icbcEntTime = new Date(v[1]).toLocaleDateString('chinese', { hour12: false }).replace(/\//g, '-');
},
/**上传资料弹窗 */
setKey(name, flag){
name = name.substring(name.length - 5);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment