no message
parent
ef59bd825e
commit
f13010ee13
|
|
@ -52,7 +52,7 @@ export const columns: BasicColumn[] = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '外部仓库',
|
title: '仓库代码',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'whCode',
|
dataIndex: 'whCode',
|
||||||
width: 100,
|
width: 100,
|
||||||
|
|
@ -76,7 +76,7 @@ export const columns: BasicColumn[] = [
|
||||||
width: 100,
|
width: 100,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '外部库存状态',
|
title: '赛意库存状态',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'propC3',
|
dataIndex: 'propC3',
|
||||||
width: 110,
|
width: 110,
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,8 @@
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col class="form-row" :span="8">
|
<a-col class="form-row" :span="8">
|
||||||
<a-form-item label="外部仓库" v-bind="validateInfos.whCode" id="PickForm-whCode" name="whCode">
|
<a-form-item label="仓库代码" v-bind="validateInfos.whCode" id="PickForm-whCode" name="whCode">
|
||||||
<a-input v-model:value="formData.whCode" placeholder="请输入外部仓库代码" allow-clear></a-input>
|
<a-input v-model:value="formData.whCode" placeholder="请输入仓库代码" allow-clear></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="8">
|
<a-col :span="8">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue