名称更换
This commit is contained in:
parent
4cf7ae234a
commit
ff6363b692
|
|
@ -86,7 +86,7 @@ if (currentType.value == 1) {
|
|||
{ label: '出厂日期', prop: 'productionDate' },
|
||||
{ label: '联系人', prop: 'person' },
|
||||
{ label: '联系电话', prop: 'personPhone' },
|
||||
{ label: '上架数量', prop: 'deviceCount' },
|
||||
{ label: '在库数量', prop: 'deviceCount' },
|
||||
{ label: '录入人', prop: 'creatorName' },
|
||||
{ label: '录入时间', prop: 'createTime' },
|
||||
{ label: '所属公司', prop: 'comName' },
|
||||
|
|
|
|||
|
|
@ -685,7 +685,7 @@ const equipBaseInfoList = reactive([
|
|||
key: 'typeName',
|
||||
},
|
||||
{
|
||||
label: '上架数量',
|
||||
label: '在库数量',
|
||||
key: 'deviceCount',
|
||||
},
|
||||
{
|
||||
|
|
@ -713,7 +713,7 @@ const businessList = reactive([
|
|||
unit: '',
|
||||
},
|
||||
{
|
||||
label: '上架数量',
|
||||
label: '在库数量',
|
||||
key: 'devUapNum',
|
||||
unit: '台',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -494,7 +494,7 @@ const equipBaseInfoList = reactive([
|
|||
key: 'typeName',
|
||||
},
|
||||
{
|
||||
label: '上架数量',
|
||||
label: '在库数量',
|
||||
key: 'deviceCount',
|
||||
},
|
||||
{
|
||||
|
|
@ -518,7 +518,7 @@ const businessList = reactive([
|
|||
unit: '',
|
||||
},
|
||||
{
|
||||
label: '上架数量',
|
||||
label: '在库数量',
|
||||
key: 'devUapNum',
|
||||
unit: '台',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -665,7 +665,7 @@ const equipRules = ref({
|
|||
deviceCount: [
|
||||
{
|
||||
required: true,
|
||||
message: '请输入上架数量',
|
||||
message: '请输入在库数量',
|
||||
trigger: 'blur',
|
||||
},
|
||||
],
|
||||
|
|
@ -1944,10 +1944,10 @@ const onHandleReject = async (row: any) => {
|
|||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="上架数量:" prop="deviceCount">
|
||||
<el-form-item label="在库数量:" prop="deviceCount">
|
||||
<el-input
|
||||
v-model="addAndEditForm.deviceCount"
|
||||
placeholder="请输入上架数量"
|
||||
placeholder="请输入在库数量"
|
||||
type="number"
|
||||
clearable
|
||||
maxlength="10"
|
||||
|
|
|
|||
|
|
@ -664,7 +664,7 @@ const equipRules = ref({
|
|||
deviceCount: [
|
||||
{
|
||||
required: true,
|
||||
message: '请输入上架数量',
|
||||
message: '请输入在库数量',
|
||||
trigger: 'blur',
|
||||
},
|
||||
],
|
||||
|
|
@ -1862,10 +1862,10 @@ const onHandleSubmit = async () => {
|
|||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="上架数量:" prop="deviceCount">
|
||||
<el-form-item label="在库数量:" prop="deviceCount">
|
||||
<el-input
|
||||
v-model="addAndEditForm.deviceCount"
|
||||
placeholder="请输入上架数量"
|
||||
placeholder="请输入在库数量"
|
||||
type="number"
|
||||
clearable
|
||||
maxlength="10"
|
||||
|
|
|
|||
|
|
@ -642,7 +642,7 @@ const equipRules = ref({
|
|||
deviceCount: [
|
||||
{
|
||||
required: true,
|
||||
message: '请输入上架数量',
|
||||
message: '请输入在库数量',
|
||||
trigger: 'blur',
|
||||
},
|
||||
],
|
||||
|
|
@ -1862,10 +1862,10 @@ const handleDel = (index: any) => {
|
|||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<el-form-item label="上架数量:" prop="deviceCount">
|
||||
<el-form-item label="在库数量:" prop="deviceCount">
|
||||
<el-input
|
||||
v-model="addAndEditForm.deviceCount"
|
||||
placeholder="请输入上架数量"
|
||||
placeholder="请输入在库数量"
|
||||
type="number"
|
||||
clearable
|
||||
maxlength="10"
|
||||
|
|
|
|||
Loading…
Reference in New Issue