|
|
@ -20,7 +20,7 @@ |
|
|
|
v-model="temp.vin" |
|
|
|
placeholder="请输入车架号" |
|
|
|
class="addinputw" |
|
|
|
:readonly="temp.purchaseKey !== '001' && temp.purchaseKey !== '002'" |
|
|
|
:readonly="temp.purchaseKey !== '001' && temp.purchaseKey !== '002' && temp.purchaseKey !== '004'" |
|
|
|
/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
@ -59,10 +59,10 @@ |
|
|
|
class="addinputw addinputw_copy"/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12" class="yancheAdd-bor" v-show="temp.purchaseKey !== '001'"> |
|
|
|
<el-col :span="12" class="yancheAdd-bor"> |
|
|
|
<el-form-item prop="priceDate" label="厂家入库日期:"> |
|
|
|
<el-date-picker |
|
|
|
:readonly="temp.purchaseKey == '003'" |
|
|
|
:readonly="temp.purchaseKey !== '001' && temp.purchaseKey !== '002' && temp.purchaseKey !== '004'" |
|
|
|
v-model="temp.inboundDate" |
|
|
|
type="date" |
|
|
|
placeholder="选择日期" |
|
|
|