rev:出库分配页面 优化

This commit is contained in:
2024-03-20 09:04:49 +08:00
parent c9fb151de5
commit 2f4e488f2c

View File

@@ -179,7 +179,7 @@
<el-form-item prop="checked">
<el-checkbox v-model="checked">是否异常出库</el-checkbox>
</el-form-item>
<el-form-item label="超期发货:" prop="is_overdue">
<el-form-item label="超期发货('否'为正常出库发货):" prop="is_overdue">
<el-radio v-model="rowmst.is_overdue" label="1" :disabled="rowmst.bill_status === '40'" @change="updataIsOverdue"></el-radio>
<el-radio v-model="rowmst.is_overdue" label="0" :disabled="rowmst.bill_status === '40'" @change="updataIsOverdue"></el-radio>
</el-form-item>