|
@@ -332,8 +332,7 @@ const basicInfoData = ref({
|
|
|
})
|
|
|
const oldRecordNumber = ref('')//旧记录编号
|
|
|
const oldReportNumber = ref('')//旧报告编号
|
|
|
-const recordAutoNumber = ref('')//r记录表自增流水号
|
|
|
-const reportAutoNumber = ref('')//报告单自增流水号
|
|
|
+
|
|
|
|
|
|
const infoLoad = ref(false)
|
|
|
const getInfoData = async () => {
|
|
@@ -556,6 +555,7 @@ const handleSave = async () => {
|
|
|
basicInfoData.value.oldRecordNumber = oldRecordNumber.value
|
|
|
basicInfoData.value.oldReportNumber = oldReportNumber.value
|
|
|
basicInfoData.value.type = type.value
|
|
|
+ basicInfoData.value.standardId = standardId.value
|
|
|
|
|
|
|
|
|
handleSaveLoad.value = true
|