|
@@ -23,14 +23,14 @@
|
|
|
<a-col :md="12" :sm="24">
|
|
|
<a-form-model-item label="创建时间">{{ basicInfoData && basicInfoData.createDate || '--' }}</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <!-- <a-col :md="12" :sm="24">
|
|
|
+ <!-- <a-col :md="12" :sm="24">
|
|
|
<a-form-model-item label="配送方式" prop="dispatchType" style="margin: 0;">
|
|
|
<a-radio-group v-model="form.dispatchType">
|
|
|
<a-radio v-for="(item,index) in dispatchTypeList" :key="index" :value="item.code">{{ item.dispName }}</a-radio>
|
|
|
</a-radio-group>
|
|
|
</a-form-model-item>
|
|
|
</a-col> -->
|
|
|
- <a-col :md="12" :sm="24">
|
|
|
+ <a-col :md="24" :sm="24">
|
|
|
<a-form-model-item label="出库备注">
|
|
|
<a-input id="replenishmentManagement-outWarehousing-remarks" v-model.trim="form.remarks" allowClear placeholder="请输入出库备注"/>
|
|
|
</a-form-model-item>
|
|
@@ -206,6 +206,7 @@ export default {
|
|
|
if (!newValue) {
|
|
|
this.$emit('close')
|
|
|
this.$refs.table.clearTable()
|
|
|
+ this.form.remarks = ''
|
|
|
this.$refs.ruleForm.resetFields()
|
|
|
} else {
|
|
|
const _this = this
|