Commit 33af90ff authored by youjie's avatar youjie

no message

parent 2e949c99
...@@ -717,25 +717,27 @@ ...@@ -717,25 +717,27 @@
<div class="_explain"> <div class="_explain">
<p>{{$t('fnc.fjshuoming')}}</p> <p>{{$t('fnc.fjshuoming')}}</p>
<div> <div>
<p> <div style="display: flex;">
{{$t('fnc.fygsbumen')}}:<span> <p>
<el-select filterable v-model='msg.RB_Depart_Id' class="w135 _border_b_1"> {{$t('fnc.fygsbumen')}}:<span>
<el-option v-for='item in departmentList' :label='item.DepartmentName' :value='item.DepartmentID' <el-select filterable v-model='msg.RB_Depart_Id' class="w135 _border_b_1">
:key='item.DepartmentID'> <el-option v-for='item in departmentList' :label='item.DepartmentName' :value='item.DepartmentID'
</el-option> :key='item.DepartmentID'>
</el-select> </el-option>
</span> </el-select>
</p> </span>
<p v-if="StoredCustomerList&&StoredCustomerList.length" style="margin-left: 15px;">预收抵用:<span> </p>
<el-select clearable v-model='msg.DepositCustomerId' class="w135 _border_b_1" <p v-if="StoredCustomerList&&StoredCustomerList.length" style="margin-left: 15px;">预收抵用:<span>
@change="getSigningCustomerId(2)" <el-select clearable v-model='msg.DepositCustomerId' class="w135 _border_b_1"
:disabled="isDepositCustomer"> @change="getSigningCustomerId(2)"
<el-option v-for='item in StoredCustomerList' :label='item.customerName' :value='item.customerId' :disabled="isDepositCustomer">
:key='item.customerId'> <el-option v-for='item in StoredCustomerList' :label='item.customerName' :value='item.customerId'
</el-option> :key='item.customerId'>
</el-select> </el-option>
</span> </el-select>
</p> </span>
</p>
</div>
<template v-if="GetDetail.FrID!=0"> <template v-if="GetDetail.FrID!=0">
<p v-if="GetDetail.OrderSource==9&&GetDetail.SourceID>0">{{$t("fnc.gnpiaowu")}}<span <p v-if="GetDetail.OrderSource==9&&GetDetail.SourceID>0">{{$t("fnc.gnpiaowu")}}<span
class="_jump_page _font_bold" class="_jump_page _font_bold"
......
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