|
@@ -54,7 +54,7 @@
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="业务日期" prop="fBstime">
|
|
|
<el-date-picker v-model="form.fBstime" style="width: 80%" type="datetime"
|
|
|
- :disabled="browseStatus || form.warehouseStatus > 3" value-format="timestamp" format="yyyy-MM-dd HH:mm:ss"
|
|
|
+ :disabled="browseStatus || form.fBillstatus == 6" value-format="timestamp" format="yyyy-MM-dd HH:mm:ss"
|
|
|
placeholder="业务日期" @change="changeDate">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|