出库优化

This commit is contained in:
‘huanghaiixia’
2026-03-24 16:39:52 +08:00
parent 29709662de
commit fc493d132f
5 changed files with 4 additions and 20 deletions

View File

@ -159,7 +159,7 @@
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :span="8"> <a-col :span="8">
<a-form-item label="结算币种单价(/MMBtu)" name="priceMmbtu"> <a-form-item label="结算币种单价(/MMBtu)" class="formItemWarp" name="priceMmbtu">
<input-number v-model:value="formState.priceMmbtu" :disabled="isDisable" :digits="3" :min="0" @change="numCount('priceMmbtu')" style="width: 100%" /> <input-number v-model:value="formState.priceMmbtu" :disabled="isDisable" :digits="3" :min="0" @change="numCount('priceMmbtu')" style="width: 100%" />
</a-form-item> </a-form-item>
</a-col> </a-col>

View File

@ -30,7 +30,7 @@
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :span="8"> <a-col :span="8">
<a-form-item label="库类型" name="typeCode"> <a-form-item label="库类型" name="typeCode">
<a-select v-model:value="formState.typeCode" :disabled="isDisable||pageType" placeholder="请选择" @change="typeCodeChange" style="width: 100%" allow-clear> <a-select v-model:value="formState.typeCode" :disabled="isDisable||pageType" placeholder="请选择" @change="typeCodeChange" style="width: 100%" allow-clear>
<a-select-option v-for="item in optionSelect.typeCodeList" :key="item.code" :value="item.code"> <a-select-option v-for="item in optionSelect.typeCodeList" :key="item.code" :value="item.code">
{{ item.name }} {{ item.name }}
@ -45,7 +45,7 @@
</a-col> </a-col>
<a-col :span="8"> <a-col :span="8">
<a-form-item label="销售合同" name="kName"> <a-form-item label="销售合同" name="kName">
<a-input-search v-model:value="formState.kName" :disabled="isDisable||formState.typeCode=='CQ'||pageType" placeholder="请选择合同" readonly @search="onContract"/> <a-input-search v-model:value="formState.kName" :disabled="isDisable||formState.typeCode!='ZN'||pageType" placeholder="请选择合同" readonly @search="onContract"/>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :span="8"> <a-col :span="8">
@ -107,7 +107,7 @@
</a-row> </a-row>
</Card> </Card>
<Card title="附件信息" :bordered="false" > <Card title="附件信息" :bordered="false" >
<UploadList :disabled="isDisable" :list="dataFile" :value="formState.filePath" :tableName="tableName" :columnName="columnName" @blur="uploadListChange"/> <UploadList :disabled="isDisable" :list="dataFile" :value="formState.filePath" :tableName="tableName" :columnName="columnName" @change="uploadListChange"/>
</Card> </Card>
</a-form> </a-form>
</div> </div>
@ -391,9 +391,5 @@
.pdcss { .pdcss {
padding:0px 12px 6px 12px !important; padding:0px 12px 6px 12px !important;
} }
:deep(.formItemWarp .ant-form-item-label > label) {
white-space: normal !important;
word-break: break-word !important;
}
</style> </style>

View File

@ -345,9 +345,5 @@
.pdcss { .pdcss {
padding:0px 12px 6px 12px !important; padding:0px 12px 6px 12px !important;
} }
:deep(.formItemWarp .ant-form-item-label > label) {
white-space: normal !important;
word-break: break-word !important;
}
</style> </style>

View File

@ -780,9 +780,5 @@
.pdcss { .pdcss {
padding:0px 12px 6px 12px !important; padding:0px 12px 6px 12px !important;
} }
:deep(.formItemWarp .ant-form-item-label > label) {
white-space: normal !important;
word-break: break-word !important;
}
</style> </style>

View File

@ -744,9 +744,5 @@
.pdcss { .pdcss {
padding:0px 12px 6px 12px !important; padding:0px 12px 6px 12px !important;
} }
:deep(.formItemWarp .ant-form-item-label > label) {
white-space: normal !important;
word-break: break-word !important;
}
</style> </style>